Class CfnWorkspace
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.workspaces.CfnWorkspace
- All Implemented Interfaces:
IInspectable
,ITaggable
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:24:10.933Z")
@Stability(Stable)
public class CfnWorkspace
extends CfnResource
implements IInspectable, ITaggable
The
AWS::WorkSpaces::Workspace
resource specifies a WorkSpace.
Updates are not supported for the BundleId
, RootVolumeEncryptionEnabled
, UserVolumeEncryptionEnabled
, or VolumeEncryptionKey
properties. To update these properties, you must also update a property that triggers a replacement, such as the UserName
property.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.workspaces.*; CfnWorkspace cfnWorkspace = CfnWorkspace.Builder.create(this, "MyCfnWorkspace") .bundleId("bundleId") .directoryId("directoryId") .userName("userName") // the properties below are optional .rootVolumeEncryptionEnabled(false) .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .userVolumeEncryptionEnabled(false) .volumeEncryptionKey("volumeEncryptionKey") .workspaceProperties(WorkspacePropertiesProperty.builder() .computeTypeName("computeTypeName") .rootVolumeSizeGib(123) .runningMode("runningMode") .runningModeAutoStopTimeoutInMinutes(123) .userVolumeSizeGib(123) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic final class
A fluent builder forCfnWorkspace
.static interface
Information about a WorkSpace.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggable
ITaggable.Jsii$Default, ITaggable.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnWorkspace
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnWorkspace
(software.amazon.jsii.JsiiObjectRef objRef) CfnWorkspace
(software.constructs.Construct scope, String id, CfnWorkspaceProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe identifier of the WorkSpace, returned as a string.The identifier of the bundle for the WorkSpace.The identifier of the AWS Directory Service directory for the WorkSpace.Indicates whether the data stored on the root volume is encrypted.getTags()
Tag Manager which manages the tags for this resource.The tags for the WorkSpace.The user name of the user for the WorkSpace.Indicates whether the data stored on the user volume is encrypted.The symmetric AWS KMS key used to encrypt data stored on your WorkSpace.The WorkSpace properties.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
setBundleId
(String value) The identifier of the bundle for the WorkSpace.void
setDirectoryId
(String value) The identifier of the AWS Directory Service directory for the WorkSpace.void
Indicates whether the data stored on the root volume is encrypted.void
Indicates whether the data stored on the root volume is encrypted.void
setTagsRaw
(List<CfnTag> value) The tags for the WorkSpace.void
setUserName
(String value) The user name of the user for the WorkSpace.void
Indicates whether the data stored on the user volume is encrypted.void
Indicates whether the data stored on the user volume is encrypted.void
setVolumeEncryptionKey
(String value) The symmetric AWS KMS key used to encrypt data stored on your WorkSpace.void
The WorkSpace properties.void
The WorkSpace properties.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnWorkspace
protected CfnWorkspace(software.amazon.jsii.JsiiObjectRef objRef) -
CfnWorkspace
protected CfnWorkspace(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnWorkspace
@Stability(Stable) public CfnWorkspace(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnWorkspaceProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrId
The identifier of the WorkSpace, returned as a string. -
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getTags
Tag Manager which manages the tags for this resource. -
getBundleId
The identifier of the bundle for the WorkSpace. -
setBundleId
The identifier of the bundle for the WorkSpace. -
getDirectoryId
The identifier of the AWS Directory Service directory for the WorkSpace. -
setDirectoryId
The identifier of the AWS Directory Service directory for the WorkSpace. -
getUserName
The user name of the user for the WorkSpace. -
setUserName
The user name of the user for the WorkSpace. -
getRootVolumeEncryptionEnabled
Indicates whether the data stored on the root volume is encrypted. -
setRootVolumeEncryptionEnabled
Indicates whether the data stored on the root volume is encrypted. -
setRootVolumeEncryptionEnabled
Indicates whether the data stored on the root volume is encrypted. -
getTagsRaw
The tags for the WorkSpace. -
setTagsRaw
The tags for the WorkSpace. -
getUserVolumeEncryptionEnabled
Indicates whether the data stored on the user volume is encrypted. -
setUserVolumeEncryptionEnabled
Indicates whether the data stored on the user volume is encrypted. -
setUserVolumeEncryptionEnabled
Indicates whether the data stored on the user volume is encrypted. -
getVolumeEncryptionKey
The symmetric AWS KMS key used to encrypt data stored on your WorkSpace. -
setVolumeEncryptionKey
The symmetric AWS KMS key used to encrypt data stored on your WorkSpace. -
getWorkspaceProperties
The WorkSpace properties. -
setWorkspaceProperties
The WorkSpace properties. -
setWorkspaceProperties
@Stability(Stable) public void setWorkspaceProperties(@Nullable CfnWorkspace.WorkspacePropertiesProperty value) The WorkSpace properties.
-