Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.workspaces.CfnWorkspacePropsMixin.Builder
Packages that use CfnWorkspacePropsMixin.Builder
-
Uses of CfnWorkspacePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.workspaces
Methods in software.amazon.awscdk.cfnpropertymixins.services.workspaces that return CfnWorkspacePropsMixin.BuilderModifier and TypeMethodDescriptionThe identifier of the bundle for the WorkSpace.CfnWorkspacePropsMixin.Builder.create()CfnWorkspacePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnWorkspacePropsMixin.Builder.directoryId(String directoryId) The identifier of the Directory Service directory for the WorkSpace.CfnWorkspacePropsMixin.Builder.rootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled) Indicates whether the data stored on the root volume is encrypted.CfnWorkspacePropsMixin.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.CfnWorkspacePropsMixin.Builder.userVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled) Indicates whether the data stored on the user volume is encrypted.CfnWorkspacePropsMixin.Builder.userVolumeEncryptionEnabled(IResolvable userVolumeEncryptionEnabled) Indicates whether the data stored on the user volume is encrypted.CfnWorkspacePropsMixin.Builder.volumeEncryptionKey(String volumeEncryptionKey) The symmetric AWS KMS key used to encrypt data stored on your WorkSpace.CfnWorkspacePropsMixin.Builder.workspaceProperties(CfnWorkspacePropsMixin.WorkspacePropertiesProperty workspaceProperties) The WorkSpace properties.CfnWorkspacePropsMixin.Builder.workspaceProperties(IResolvable workspaceProperties) The WorkSpace properties.