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