Class CfnWorkspacesPoolProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspaces.CfnWorkspacesPoolProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspacesPoolProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspacesPoolProps
@Stability(Stable)
@Internal
public static final class CfnWorkspacesPoolProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspacesPoolProps
An implementation for
CfnWorkspacesPoolProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.workspaces.CfnWorkspacesPoolProps
CfnWorkspacesPoolProps.Builder, CfnWorkspacesPoolProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkspacesPoolProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspacesPoolProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectThe persistent application settings for users of the pool.final StringThe identifier of the bundle used by the pool.final ObjectDescribes the user capacity for the pool.final StringThe description of the pool.final StringThe identifier of the directory used by the pool.final StringThe name of the pool.final StringThe running mode of the pool.getTags()final ObjectThe amount of time that a pool session remains active after users disconnect.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnWorkspacesPoolProps.Builder.
-
-
Method Details
-
getBundleId
Description copied from interface:CfnWorkspacesPoolPropsThe identifier of the bundle used by the pool.- Specified by:
getBundleIdin interfaceCfnWorkspacesPoolProps- See Also:
-
getCapacity
Description copied from interface:CfnWorkspacesPoolPropsDescribes the user capacity for the pool.Returns union: either
IResolvableorCfnWorkspacesPool.CapacityProperty- Specified by:
getCapacityin interfaceCfnWorkspacesPoolProps- See Also:
-
getDirectoryId
Description copied from interface:CfnWorkspacesPoolPropsThe identifier of the directory used by the pool.- Specified by:
getDirectoryIdin interfaceCfnWorkspacesPoolProps- See Also:
-
getPoolName
Description copied from interface:CfnWorkspacesPoolPropsThe name of the pool.- Specified by:
getPoolNamein interfaceCfnWorkspacesPoolProps- See Also:
-
getApplicationSettings
Description copied from interface:CfnWorkspacesPoolPropsThe persistent application settings for users of the pool.Returns union: either
IResolvableorCfnWorkspacesPool.ApplicationSettingsProperty- Specified by:
getApplicationSettingsin interfaceCfnWorkspacesPoolProps- See Also:
-
getDescription
Description copied from interface:CfnWorkspacesPoolPropsThe description of the pool.- Specified by:
getDescriptionin interfaceCfnWorkspacesPoolProps- See Also:
-
getRunningMode
Description copied from interface:CfnWorkspacesPoolPropsThe running mode of the pool.- Specified by:
getRunningModein interfaceCfnWorkspacesPoolProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnWorkspacesPoolProps- See Also:
-
getTimeoutSettings
Description copied from interface:CfnWorkspacesPoolPropsThe amount of time that a pool session remains active after users disconnect.If they try to reconnect to the pool session after a disconnection or network interruption within this time interval, they are connected to their previous session. Otherwise, they are connected to a new session with a new pool instance.
Returns union: either
IResolvableorCfnWorkspacesPool.TimeoutSettingsProperty- Specified by:
getTimeoutSettingsin interfaceCfnWorkspacesPoolProps- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-