CreateImportedImageRequest

Types

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

Properties

Link copied to clipboard

The version of the WorkSpaces Applications agent to use for the imported image. Choose CURRENT_LATEST to use the agent version available at the time of import, or ALWAYS_LATEST to automatically update to the latest agent version when new versions are released.

Link copied to clipboard

Configuration for the application catalog of the imported image. This allows you to specify applications available for streaming, including their paths, icons, and launch parameters. This field contains sensitive data.

Link copied to clipboard

An optional description for the imported image. The description must match approved regex patterns and can be up to 256 characters.

Link copied to clipboard

An optional display name for the imported image. The display name must match approved regex patterns and can be up to 100 characters.

Link copied to clipboard

When set to true, performs validation checks without actually creating the imported image. Use this to verify your configuration before executing the actual import operation.

Link copied to clipboard

The ARN of the IAM role that allows WorkSpaces Applications to access your AMI. The role must have permissions to modify image attributes and describe images, with a trust relationship allowing appstream.amazonaws.com to assume the role.

Link copied to clipboard
val name: String?

A unique name for the imported image. The name must be between 1 and 100 characters and can contain letters, numbers, underscores, periods, and hyphens.

Link copied to clipboard

Configuration for runtime validation of the imported image. When specified, WorkSpaces Applications provisions an instance to test streaming functionality, which helps ensure the image is suitable for use.

Link copied to clipboard

The ID of the EC2 AMI to import. The AMI must meet specific requirements including Windows Server 2022 Full Base, UEFI boot mode, TPM 2.0 support, and proper drivers.

Link copied to clipboard

The tags to apply to the imported image. Tags help you organize and manage your WorkSpaces Applications resources.

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