Uses of Class
software.amazon.awscdk.services.workspaces.CfnWorkspace.Builder
-
Uses of CfnWorkspace.Builder in software.amazon.awscdk.services.workspaces
Modifier and TypeMethodDescriptionThe identifier of the bundle for the WorkSpace.static CfnWorkspace.Builder
CfnWorkspace.Builder.directoryId
(String directoryId) The identifier of the AWS Directory Service directory for the WorkSpace.CfnWorkspace.Builder.rootVolumeEncryptionEnabled
(Boolean rootVolumeEncryptionEnabled) Indicates whether the data stored on the root volume is encrypted.CfnWorkspace.Builder.rootVolumeEncryptionEnabled
(IResolvable rootVolumeEncryptionEnabled) Indicates whether the data stored on the root volume is encrypted.The tags for the WorkSpace.The user name of the user for the WorkSpace.CfnWorkspace.Builder.userVolumeEncryptionEnabled
(Boolean userVolumeEncryptionEnabled) Indicates whether the data stored on the user volume is encrypted.CfnWorkspace.Builder.userVolumeEncryptionEnabled
(IResolvable userVolumeEncryptionEnabled) Indicates whether the data stored on the user volume is encrypted.CfnWorkspace.Builder.volumeEncryptionKey
(String volumeEncryptionKey) The symmetric AWS KMS key used to encrypt data stored on your WorkSpace.CfnWorkspace.Builder.workspaceProperties
(IResolvable workspaceProperties) The WorkSpace properties.CfnWorkspace.Builder.workspaceProperties
(CfnWorkspace.WorkspacePropertiesProperty workspaceProperties) The WorkSpace properties.