CreateImageBuilderRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The list of interface VPC endpoint (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

The description to display.

Link copied to clipboard

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

The Amazon Resource Name (ARN) of the IAM role to apply to the image builder. To assume a role, the image builder calls the AWS Security Token Service (STS) 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.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val name: String?

A unique name for the image builder.

Link copied to clipboard

The tags to associate with the image builder. A tag is a key-value pair, and the value is optional. For example, Environment=Test. If you do not specify a value, Environment=.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String