Class CfnWorkspacesPoolMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.workspaces.CfnWorkspacesPoolMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspacesPoolMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspacesPoolMixinProps
@Stability(Stable)
@Internal
public static final class CfnWorkspacesPoolMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspacesPoolMixinProps
An implementation for
CfnWorkspacesPoolMixinProps-
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.cfnpropertymixins.services.workspaces.CfnWorkspacesPoolMixinProps
CfnWorkspacesPoolMixinProps.Builder, CfnWorkspacesPoolMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkspacesPoolMixinProps.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 theCfnWorkspacesPoolMixinProps.Builder.
-
-
Method Details
-
getApplicationSettings
Description copied from interface:CfnWorkspacesPoolMixinPropsThe persistent application settings for users of the pool.Returns union: either
IResolvableorCfnWorkspacesPoolPropsMixin.ApplicationSettingsProperty- Specified by:
getApplicationSettingsin interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getBundleId
Description copied from interface:CfnWorkspacesPoolMixinPropsThe identifier of the bundle used by the pool.- Specified by:
getBundleIdin interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getCapacity
Description copied from interface:CfnWorkspacesPoolMixinPropsDescribes the user capacity for the pool.Returns union: either
IResolvableorCfnWorkspacesPoolPropsMixin.CapacityProperty- Specified by:
getCapacityin interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getDescription
Description copied from interface:CfnWorkspacesPoolMixinPropsThe description of the pool.- Specified by:
getDescriptionin interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getDirectoryId
Description copied from interface:CfnWorkspacesPoolMixinPropsThe identifier of the directory used by the pool.- Specified by:
getDirectoryIdin interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getPoolName
Description copied from interface:CfnWorkspacesPoolMixinPropsThe name of the pool.- Specified by:
getPoolNamein interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getRunningMode
Description copied from interface:CfnWorkspacesPoolMixinPropsThe running mode of the pool.- Specified by:
getRunningModein interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getTags
- Specified by:
getTagsin interfaceCfnWorkspacesPoolMixinProps- See Also:
-
getTimeoutSettings
Description copied from interface:CfnWorkspacesPoolMixinPropsThe 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
IResolvableorCfnWorkspacesPoolPropsMixin.TimeoutSettingsProperty- Specified by:
getTimeoutSettingsin interfaceCfnWorkspacesPoolMixinProps- 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()
-