| Package | Description |
|---|---|
| software.amazon.awscdk.services.workspaces |
Amazon WorkSpaces Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnWorkspace.Builder |
CfnWorkspace.Builder.bundleId(String bundleId)
The identifier of the bundle for the WorkSpace.
|
static CfnWorkspace.Builder |
CfnWorkspace.Builder.create(software.constructs.Construct scope,
String id) |
CfnWorkspace.Builder |
CfnWorkspace.Builder.directoryId(String directoryId)
The identifier of the AWS Directory Service directory for the WorkSpace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.rootVolumeEncryptionEnabled(Boolean rootVolumeEncryptionEnabled)
Indicates whether the data stored on the root volume is encrypted.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.rootVolumeEncryptionEnabled(IResolvable rootVolumeEncryptionEnabled)
Indicates whether the data stored on the root volume is encrypted.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.tags(List<? extends CfnTag> tags)
The tags for the WorkSpace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.userName(String userName)
The user name of the user for the WorkSpace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.userVolumeEncryptionEnabled(Boolean userVolumeEncryptionEnabled)
Indicates whether the data stored on the user volume is encrypted.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.userVolumeEncryptionEnabled(IResolvable userVolumeEncryptionEnabled)
Indicates whether the data stored on the user volume is encrypted.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.volumeEncryptionKey(String volumeEncryptionKey)
The symmetric AWS KMS key used to encrypt data stored on your WorkSpace.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.workspaceProperties(CfnWorkspace.WorkspacePropertiesProperty workspaceProperties)
The WorkSpace properties.
|
CfnWorkspace.Builder |
CfnWorkspace.Builder.workspaceProperties(IResolvable workspaceProperties)
The WorkSpace properties.
|
Copyright © 2022. All rights reserved.