Get Environment Result
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 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, 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)
Properties
Link copied to clipboard
Activation code for devices associated with environment.
Link copied to clipboard
The ID of the software set to apply.
Link copied to clipboard
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
A specification for a time window to apply software updates.
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.