WorkspaceImage

Describes a WorkSpace image.

Types

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

Properties

Link copied to clipboard

The date when the image was created. If the image has been shared, the Amazon Web Services account that the image has been shared with sees the original creation date of the image.

Link copied to clipboard

The description of the image.

Link copied to clipboard

The error code that is returned for the image.

Link copied to clipboard

Additional details of the error returned for the image, including the possible causes of the errors and troubleshooting information.

Link copied to clipboard

The text of the error message that is returned for the image.

Link copied to clipboard

The identifier of the image.

Link copied to clipboard
val name: String?

The name of the image.

Link copied to clipboard

The operating system that the image is running.

Link copied to clipboard

The identifier of the Amazon Web Services account that owns the image.

Link copied to clipboard

Specifies whether the image is running on dedicated hardware. When Bring Your Own License (BYOL) is enabled, this value is set to DEDICATED. For more information, see Bring Your Own Windows Desktop Images.

Link copied to clipboard

The status of the image.

Link copied to clipboard

The updates (if any) that are available for the specified image.

Functions

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