CreateAppBlockBuilderRequest

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 app block builder only through the specified endpoints.

Link copied to clipboard

The description of the app block builder.

Link copied to clipboard

The display name of the app block builder.

Link copied to clipboard

Enables or disables default internet access for the app block builder.

Link copied to clipboard

The Amazon Resource Name (ARN) of the IAM role to apply to the app block builder. To assume a role, the app block 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 instance type to use when launching the app block builder. The following instance types are available:

Link copied to clipboard
val name: String?

The unique name for the app block builder.

Link copied to clipboard

The platform of the app block builder.

Link copied to clipboard

The tags to associate with the app block 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 app block builder.

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