Class CfnWorkspacesPool
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.CfnWorkspacesPool
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,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.935Z")
@Stability(Stable)
public class CfnWorkspacesPool
extends CfnResource
implements IInspectable, ITaggableV2
Describes a pool of WorkSpaces.
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.*; CfnWorkspacesPool cfnWorkspacesPool = CfnWorkspacesPool.Builder.create(this, "MyCfnWorkspacesPool") .bundleId("bundleId") .capacity(CapacityProperty.builder() .desiredUserSessions(123) .build()) .directoryId("directoryId") .poolName("poolName") // the properties below are optional .applicationSettings(ApplicationSettingsProperty.builder() .status("status") // the properties below are optional .settingsGroup("settingsGroup") .build()) .description("description") .tags(List.of(CfnTag.builder() .key("key") .value("value") .build())) .timeoutSettings(TimeoutSettingsProperty.builder() .disconnectTimeoutInSeconds(123) .idleDisconnectTimeoutInSeconds(123) .maxUserDurationInSeconds(123) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic interface
The persistent application settings for users in the pool.static final class
A fluent builder forCfnWorkspacesPool
.static interface
Describes the user capacity for the pool.static interface
Describes the timeout settings for the pool.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.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ModifierConstructorDescriptionprotected
CfnWorkspacesPool
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnWorkspacesPool
(software.amazon.jsii.JsiiObjectRef objRef) CfnWorkspacesPool
(software.constructs.Construct scope, String id, CfnWorkspacesPoolProps props) -
Method Summary
Modifier and TypeMethodDescriptionThe persistent application settings for users of the pool.The time the pool was created.The Amazon Resource Name (ARN) for the pool.The identifier of the pool.The identifier of the bundle used by the pool.Describes the user capacity for the pool.Tag Manager which manages the tags for this resource.The description of the pool.The identifier of the directory used by the pool.The name of the pool.getTags()
The tags for the pool.The amount of time that a pool session remains active after users disconnect.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
The persistent application settings for users of the pool.void
The persistent application settings for users of the pool.void
setBundleId
(String value) The identifier of the bundle used by the pool.void
setCapacity
(IResolvable value) Describes the user capacity for the pool.void
Describes the user capacity for the pool.void
setDescription
(String value) The description of the pool.void
setDirectoryId
(String value) The identifier of the directory used by the pool.void
setPoolName
(String value) The name of the pool.void
The tags for the pool.void
setTimeoutSettings
(IResolvable value) The amount of time that a pool session remains active after users disconnect.void
The amount of time that a pool session remains active after users disconnect.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
-
CfnWorkspacesPool
protected CfnWorkspacesPool(software.amazon.jsii.JsiiObjectRef objRef) -
CfnWorkspacesPool
protected CfnWorkspacesPool(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnWorkspacesPool
@Stability(Stable) public CfnWorkspacesPool(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnWorkspacesPoolProps 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.
-
getAttrCreatedAt
The time the pool was created. -
getAttrPoolArn
The Amazon Resource Name (ARN) for the pool. -
getAttrPoolId
The identifier of the pool. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getBundleId
The identifier of the bundle used by the pool. -
setBundleId
The identifier of the bundle used by the pool. -
getCapacity
Describes the user capacity for the pool. -
setCapacity
Describes the user capacity for the pool. -
setCapacity
Describes the user capacity for the pool. -
getDirectoryId
The identifier of the directory used by the pool. -
setDirectoryId
The identifier of the directory used by the pool. -
getPoolName
The name of the pool. -
setPoolName
The name of the pool. -
getApplicationSettings
The persistent application settings for users of the pool. -
setApplicationSettings
The persistent application settings for users of the pool. -
setApplicationSettings
@Stability(Stable) public void setApplicationSettings(@Nullable CfnWorkspacesPool.ApplicationSettingsProperty value) The persistent application settings for users of the pool. -
getDescription
The description of the pool. -
setDescription
The description of the pool. -
getTags
The tags for the pool. -
setTags
The tags for the pool. -
getTimeoutSettings
The amount of time that a pool session remains active after users disconnect. -
setTimeoutSettings
The amount of time that a pool session remains active after users disconnect. -
setTimeoutSettings
@Stability(Stable) public void setTimeoutSettings(@Nullable CfnWorkspacesPool.TimeoutSettingsProperty value) The amount of time that a pool session remains active after users disconnect.
-