Uses of Class
software.amazon.awscdk.services.nimblestudio.CfnStudioComponent.Builder
Packages that use CfnStudioComponent.Builder
Package
Description
AWS::NimbleStudio Construct Library
-
Uses of CfnStudioComponent.Builder in software.amazon.awscdk.services.nimblestudio
Methods in software.amazon.awscdk.services.nimblestudio that return CfnStudioComponent.BuilderModifier and TypeMethodDescriptionCfnStudioComponent.Builder.configuration(IResolvable configuration) The configuration of the studio component, based on component type.CfnStudioComponent.Builder.configuration(CfnStudioComponent.StudioComponentConfigurationProperty configuration) The configuration of the studio component, based on component type.static CfnStudioComponent.BuilderCfnStudioComponent.Builder.description(String description) A human-readable description for the studio component resource.CfnStudioComponent.Builder.ec2SecurityGroupIds(List<String> ec2SecurityGroupIds) The EC2 security groups that control access to the studio component.CfnStudioComponent.Builder.initializationScripts(List<? extends Object> initializationScripts) Initialization scripts for studio components.CfnStudioComponent.Builder.initializationScripts(IResolvable initializationScripts) Initialization scripts for studio components.A friendly name for the studio component resource.CfnStudioComponent.Builder.runtimeRoleArn(String runtimeRoleArn) An IAM role attached to a Studio Component that gives the studio component access to AWS resources at anytime while the instance is running.CfnStudioComponent.Builder.scriptParameters(List<? extends Object> scriptParameters) Parameters for the studio component scripts.CfnStudioComponent.Builder.scriptParameters(IResolvable scriptParameters) Parameters for the studio component scripts.CfnStudioComponent.Builder.secureInitializationRoleArn(String secureInitializationRoleArn) An IAM role attached to Studio Component when the system initialization script runs which give the studio component access to AWS resources when the system initialization script runs.The unique identifier for a studio resource.The specific subtype of a studio component.An array of key-value pairs to apply to this resource.The type of the studio component.