WorkspaceArgs class

The set of arguments for Workspace. The set of arguments for Workspace.

Constructors

WorkspaceArgs({required Input<String> bundleId, required Input<String> directoryId, Input<String?>? region, Input<bool?>? rootVolumeEncryptionEnabled, Input<Map<String, String>?>? tags, required Input<String> userName, Input<bool?>? userVolumeEncryptionEnabled, Input<String?>? volumeEncryptionKey, Input<WorkspaceWorkspaceProperties?>? workspaceProperties})
Creates a new WorkspaceArgs. bundleId The ID of the bundle for the WorkSpace. directoryId The ID of the directory for 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. 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. 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.
const
WorkspaceArgs.fromMap(Map<String, dynamic> map)
factory

Properties

bundleId → Input<String>
The ID of the bundle for the WorkSpace.
final
directoryId → Input<String>
The ID of the directory for the WorkSpace.
final
hashCode → int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
rootVolumeEncryptionEnabled → Input<bool?>?
Indicates whether the data stored on the root volume is encrypted.
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
tags → Input<Map<String, String>?>?
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.
final
userName → Input<String>
The user name of the user for the WorkSpace. This user name must exist in the directory for the WorkSpace.
final
userVolumeEncryptionEnabled → Input<bool?>?
Indicates whether the data stored on the user volume is encrypted.
final
volumeEncryptionKey → Input<String?>?
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.
final
workspaceProperties → Input<WorkspaceWorkspaceProperties?>?
The WorkSpace properties.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() → Map<String, dynamic>
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited