ImageBuilder

Describes a virtual machine that is used to create an image.

Types

Link copied to clipboard
class Builder
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 that is currently being used by the image builder.

Link copied to clipboard
val arn: String?

The ARN for the image builder.

Link copied to clipboard

The time stamp when the image builder was created.

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 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 (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 image from which this builder was created.

Link copied to clipboard

The image builder errors.

Link copied to clipboard

The instance type for the image builder. The following instance types are available:

Link copied to clipboard

Indicates whether the image builder is using the latest AppStream 2.0 agent version or not.

Link copied to clipboard
val name: String?

The name of the image builder.

Link copied to clipboard

Describes the network details of the fleet or image builder instance.

Link copied to clipboard

The operating system platform of the image builder.

Link copied to clipboard

The state of the image builder.

Link copied to clipboard

The reason why the last state change occurred.

Link copied to clipboard

The VPC configuration of the image builder.

Functions

Link copied to clipboard
inline fun copy(block: ImageBuilder.Builder.() -> Unit = {}): ImageBuilder
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