ExportImageTask

Information about an export image task, including its current state, timestamps, and any error details.

Types

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

Properties

Link copied to clipboard

The description that will be applied to the exported EC2 AMI.

Link copied to clipboard

The ID of the EC2 AMI that was created by this export task. This field is only populated when the task completes successfully.

Link copied to clipboard

The name of the EC2 AMI that will be created by this export task.

Link copied to clipboard

The date and time when the export image task was created.

Link copied to clipboard

Details about any errors that occurred during the export process. This field is only populated when the task fails.

Link copied to clipboard

The ARN of the WorkSpaces Applications image being exported.

Link copied to clipboard

The current state of the export image task, such as PENDING, RUNNING, COMPLETED, or FAILED.

Link copied to clipboard

The tags that will be applied to the exported EC2 AMI.

Link copied to clipboard

The unique identifier for the export image task. Use this ID to track the task's progress and retrieve its details.

Functions

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