@Stability(value=Stable)
public static interface CfnWorkspace.WorkspacePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnWorkspace.WorkspacePropertiesProperty.Builder
A builder for
CfnWorkspace.WorkspacePropertiesProperty |
static class |
CfnWorkspace.WorkspacePropertiesProperty.Jsii$Proxy
An implementation for
CfnWorkspace.WorkspacePropertiesProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnWorkspace.WorkspacePropertiesProperty.Builder |
builder() |
default String |
getComputeTypeName()
`CfnWorkspace.WorkspacePropertiesProperty.ComputeTypeName`.
|
default Number |
getRootVolumeSizeGib()
`CfnWorkspace.WorkspacePropertiesProperty.RootVolumeSizeGib`.
|
default String |
getRunningMode()
`CfnWorkspace.WorkspacePropertiesProperty.RunningMode`.
|
default Number |
getRunningModeAutoStopTimeoutInMinutes()
`CfnWorkspace.WorkspacePropertiesProperty.RunningModeAutoStopTimeoutInMinutes`.
|
default Number |
getUserVolumeSizeGib()
`CfnWorkspace.WorkspacePropertiesProperty.UserVolumeSizeGib`.
|
@Stability(value=Stable) @Nullable default String getComputeTypeName()
@Stability(value=Stable) @Nullable default Number getRootVolumeSizeGib()
@Stability(value=Stable) @Nullable default String getRunningMode()
@Stability(value=Stable) @Nullable default Number getRunningModeAutoStopTimeoutInMinutes()
@Stability(value=Stable) @Nullable default Number getUserVolumeSizeGib()
@Stability(value=Stable) static CfnWorkspace.WorkspacePropertiesProperty.Builder builder()
Copyright © 2021. All rights reserved.