ImportDiskImageRequest

Types

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

Properties

Link copied to clipboard

Unique, case-sensitive identifier you provide to ensure idempotency of the request. For more information, see Ensuring idempotency in the Amazon EC2 API Reference.

Link copied to clipboard

The description for your disk image import.

Link copied to clipboard

The name or Amazon Resource Name (ARN) for the IAM role you create that grants Image Builder access to perform workflow actions to import an image from a Microsoft ISO file.

Link copied to clipboard

The Amazon Resource Name (ARN) of the infrastructure configuration resource that's used for launching the EC2 instance on which the ISO image is built.

Link copied to clipboard
val name: String?

The name of the image resource that's created from the import.

Link copied to clipboard

The operating system version for the imported image. Allowed values include the following: Microsoft Windows 11.

Link copied to clipboard

The operating system platform for the imported image. Allowed values include the following: Windows.

Link copied to clipboard

The semantic version to attach to the image that's created during the import process. This version follows the semantic version syntax.

Link copied to clipboard

Tags that are attached to image resources created from the import.

Link copied to clipboard
val uri: String?

The uri of the ISO disk file that's stored in Amazon S3.

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