Uses of Class
software.amazon.awscdk.services.appstream.CfnImageBuilder.Builder
Package
Description
Amazon AppStream 2.0 Construct Library
-
Uses of CfnImageBuilder.Builder in software.amazon.awscdk.services.appstream
Modifier and TypeMethodDescriptionCfnImageBuilder.Builder.accessEndpoints
(List<? extends Object> accessEndpoints) The list of virtual private cloud (VPC) interface endpoint objects.CfnImageBuilder.Builder.accessEndpoints
(IResolvable accessEndpoints) The list of virtual private cloud (VPC) interface endpoint objects.CfnImageBuilder.Builder.appstreamAgentVersion
(String appstreamAgentVersion) The version of the AppStream 2.0 agent to use for this image builder.static CfnImageBuilder.Builder
CfnImageBuilder.Builder.description
(String description) The description to display.CfnImageBuilder.Builder.displayName
(String displayName) The image builder name to display.CfnImageBuilder.Builder.domainJoinInfo
(IResolvable domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.CfnImageBuilder.Builder.domainJoinInfo
(CfnImageBuilder.DomainJoinInfoProperty domainJoinInfo) The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.CfnImageBuilder.Builder.enableDefaultInternetAccess
(Boolean enableDefaultInternetAccess) Enables or disables default internet access for the image builder.CfnImageBuilder.Builder.enableDefaultInternetAccess
(IResolvable enableDefaultInternetAccess) Enables or disables default internet access for the image builder.CfnImageBuilder.Builder.iamRoleArn
(String iamRoleArn) The ARN of the IAM role that is applied to the image builder.The ARN of the public, private, or shared image to use.The name of the image used to create the image builder.CfnImageBuilder.Builder.instanceType
(String instanceType) The instance type to use when launching the image builder.A unique name for the image builder.An array of key-value pairs.CfnImageBuilder.Builder.vpcConfig
(IResolvable vpcConfig) The VPC configuration for the image builder.CfnImageBuilder.Builder.vpcConfig
(CfnImageBuilder.VpcConfigProperty vpcConfig) The VPC configuration for the image builder.