Class CfnWorkspace.WorkspacePropertiesProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.workspaces.CfnWorkspace.WorkspacePropertiesProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspace.WorkspacePropertiesProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspace.WorkspacePropertiesProperty
@Stability(Stable)
@Internal
public static final class CfnWorkspace.WorkspacePropertiesProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspace.WorkspacePropertiesProperty
An implementation for
CfnWorkspace.WorkspacePropertiesProperty-
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.CfnWorkspace.WorkspacePropertiesProperty
CfnWorkspace.WorkspacePropertiesProperty.Builder, CfnWorkspace.WorkspacePropertiesProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnWorkspace.WorkspacePropertiesProperty.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 StringThe compute type.final NumberThe size of the root volume.final StringThe running mode.final NumberThe time after a user logs off when WorkSpaces are automatically stopped.final NumberThe size of the user storage.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 theCfnWorkspace.WorkspacePropertiesProperty.Builder.
-
-
Method Details
-
getComputeTypeName
Description copied from interface:CfnWorkspace.WorkspacePropertiesPropertyThe compute type.For more information, see Amazon WorkSpaces Bundles .
- Specified by:
getComputeTypeNamein interfaceCfnWorkspace.WorkspacePropertiesProperty- See Also:
-
getRootVolumeSizeGib
Description copied from interface:CfnWorkspace.WorkspacePropertiesPropertyThe size of the root volume.For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace .
- Specified by:
getRootVolumeSizeGibin interfaceCfnWorkspace.WorkspacePropertiesProperty- See Also:
-
getRunningMode
Description copied from interface:CfnWorkspace.WorkspacePropertiesPropertyThe running mode.For more information, see Manage the WorkSpace Running Mode .
- Specified by:
getRunningModein interfaceCfnWorkspace.WorkspacePropertiesProperty- See Also:
-
getRunningModeAutoStopTimeoutInMinutes
Description copied from interface:CfnWorkspace.WorkspacePropertiesPropertyThe time after a user logs off when WorkSpaces are automatically stopped.Configured in 60-minute intervals.
- Specified by:
getRunningModeAutoStopTimeoutInMinutesin interfaceCfnWorkspace.WorkspacePropertiesProperty- See Also:
-
getUserVolumeSizeGib
Description copied from interface:CfnWorkspace.WorkspacePropertiesPropertyThe size of the user storage.For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace .
- Specified by:
getUserVolumeSizeGibin interfaceCfnWorkspace.WorkspacePropertiesProperty- 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()
-