GetEnvironmentResult

data class GetEnvironmentResult(val activationCode: String? = null, val arn: String? = null, val createdAt: String? = null, val desiredSoftwareSetId: String? = null, val desktopEndpoint: String? = null, val desktopType: EnvironmentDesktopType? = null, val deviceCreationTags: List<EnvironmentTag>? = null, val id: String? = null, val maintenanceWindow: EnvironmentMaintenanceWindow? = null, val name: String? = null, val pendingSoftwareSetId: String? = null, val pendingSoftwareSetVersion: String? = null, val registeredDevicesCount: Int? = null, val softwareSetComplianceStatus: EnvironmentSoftwareSetComplianceStatus? = null, val softwareSetUpdateMode: EnvironmentSoftwareSetUpdateMode? = null, val softwareSetUpdateSchedule: EnvironmentSoftwareSetUpdateSchedule? = null, val tags: List<Tag>? = null, val updatedAt: String? = null)

Constructors

Link copied to clipboard
constructor(activationCode: String? = null, arn: String? = null, createdAt: String? = null, desiredSoftwareSetId: String? = null, desktopEndpoint: String? = null, desktopType: EnvironmentDesktopType? = null, deviceCreationTags: List<EnvironmentTag>? = null, id: String? = null, maintenanceWindow: EnvironmentMaintenanceWindow? = null, name: String? = null, pendingSoftwareSetId: String? = null, pendingSoftwareSetVersion: String? = null, registeredDevicesCount: Int? = null, softwareSetComplianceStatus: EnvironmentSoftwareSetComplianceStatus? = null, softwareSetUpdateMode: EnvironmentSoftwareSetUpdateMode? = null, softwareSetUpdateSchedule: EnvironmentSoftwareSetUpdateSchedule? = null, tags: List<Tag>? = null, updatedAt: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val activationCode: String? = null

Activation code for devices associated with environment.

Link copied to clipboard
val arn: String? = null

The environment ARN.

Link copied to clipboard
val createdAt: String? = null

The timestamp in unix epoch format when environment was created.

Link copied to clipboard

The ID of the software set to apply.

Link copied to clipboard
val desktopEndpoint: String? = null

The URL for the identity provider login (only for environments that use AppStream 2.0).

Link copied to clipboard

The type of VDI.

Link copied to clipboard

An array of key-value pairs to apply to the newly created devices for this environment.

Link copied to clipboard
val id: String? = null

Unique identifier of the environment.

Link copied to clipboard

A specification for a time window to apply software updates.

Link copied to clipboard
val name: String? = null

The name of the environment.

Link copied to clipboard

The ID of the software set that is pending to be installed.

Link copied to clipboard

The version of the software set that is pending to be installed.

Link copied to clipboard

Number of devices registered to the environment.

Link copied to clipboard

Describes if the software currently installed on all devices in the environment is a supported version.

Link copied to clipboard

An option to define which software updates to apply.

Link copied to clipboard

An option to define if software updates should be applied within a maintenance window.

Link copied to clipboard
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val updatedAt: String? = null

The timestamp in unix epoch format when environment was last updated.