WorkspaceState constructor
- Input<
String?> ? bundleId, - Input<
String?> ? computerName, - Input<
String?> ? directoryId, - Input<
String?> ? ipAddress, - Input<
String?> ? region, - Input<
bool?> ? rootVolumeEncryptionEnabled, - Input<
String?> ? state, - Input<
Map< ? tags,String, String> ?> - Input<
Map< ? tagsAll,String, String> ?> - Input<
String?> ? userName, - Input<
bool?> ? userVolumeEncryptionEnabled, - Input<
String?> ? volumeEncryptionKey, - Input<
WorkspaceWorkspaceProperties?> ? workspaceProperties,
Creates a new WorkspaceState.
bundleId The ID of the bundle for the WorkSpace.
computerName The name of the WorkSpace, as seen by the operating system.
directoryId The ID of the directory for the WorkSpace.
ipAddress The IP address of the WorkSpace.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
rootVolumeEncryptionEnabled Indicates whether the data stored on the root volume is encrypted.
state The operational state of the WorkSpace.
tags The tags for the WorkSpace. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
userName The user name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace.
userVolumeEncryptionEnabled Indicates whether the data stored on the user volume is encrypted.
volumeEncryptionKey The ARN of a symmetric AWS KMS customer master key (CMK) used to encrypt data stored on your WorkSpace. Amazon WorkSpaces does not support asymmetric CMKs.
workspaceProperties The WorkSpace properties.
Implementation
const WorkspaceState({
this.bundleId,
this.computerName,
this.directoryId,
this.ipAddress,
this.region,
this.rootVolumeEncryptionEnabled,
this.state,
this.tags,
this.tagsAll,
this.userName,
this.userVolumeEncryptionEnabled,
this.volumeEncryptionKey,
this.workspaceProperties,
});