GetImageBuilderResult

data class GetImageBuilderResult(val accessEndpoints: List<ImageBuilderAccessEndpoint>? = null, val appstreamAgentVersion: String? = null, val description: String? = null, val displayName: String? = null, val domainJoinInfo: ImageBuilderDomainJoinInfo? = null, val enableDefaultInternetAccess: Boolean? = null, val iamRoleArn: String? = null, val imageArn: String? = null, val imageName: String? = null, val instanceType: String? = null, val name: String? = null, val streamingUrl: String? = null, val tags: List<Tag>? = null, val vpcConfig: ImageBuilderVpcConfig? = null)

Constructors

Link copied to clipboard
constructor(accessEndpoints: List<ImageBuilderAccessEndpoint>? = null, appstreamAgentVersion: String? = null, description: String? = null, displayName: String? = null, domainJoinInfo: ImageBuilderDomainJoinInfo? = null, enableDefaultInternetAccess: Boolean? = null, iamRoleArn: String? = null, imageArn: String? = null, imageName: String? = null, instanceType: String? = null, name: String? = null, streamingUrl: String? = null, tags: List<Tag>? = null, vpcConfig: ImageBuilderVpcConfig? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of virtual private cloud (VPC) interface endpoint objects. Administrators can connect to the image builder only through the specified endpoints.

Link copied to clipboard

The version of the AppStream 2.0 agent to use for this image builder. To use the latest version of the AppStream 2.0 agent, specify LATEST.

Link copied to clipboard
val description: String? = null

The description to display.

Link copied to clipboard
val displayName: String? = null

The image builder name to display.

Link copied to clipboard

The name of the directory and organizational unit (OU) to use to join the image builder to a Microsoft Active Directory domain.

Link copied to clipboard

Enables or disables default internet access for the image builder.

Link copied to clipboard
val iamRoleArn: String? = null

The ARN of the IAM role that is applied to the image builder. To assume a role, the image builder calls the AWS Security Token Service AssumeRole API operation and passes the ARN of the role to use. The operation creates a new session with temporary credentials. AppStream 2.0 retrieves the temporary credentials and creates the appstream_machine_role credential profile on the instance. For more information, see Using an IAM Role to Grant Permissions to Applications and Scripts Running on AppStream 2.0 Streaming Instances in the Amazon AppStream 2.0 Administration Guide .

Link copied to clipboard
val imageArn: String? = null

The ARN of the public, private, or shared image to use.

Link copied to clipboard
val imageName: String? = null

The name of the image used to create the image builder.

Link copied to clipboard
val instanceType: String? = null

The instance type to use when launching the image builder. The following instance types are available:

Link copied to clipboard
val name: String? = null

A unique name for the image builder.

Link copied to clipboard
val streamingUrl: String? = null

The URL to start an image builder streaming session, returned as a string.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs.

Link copied to clipboard

The VPC configuration for the image builder. You can specify only one subnet.