@Stability(value=Stable)
public static interface CfnWorkspace.WorkspacePropertiesProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.workspaces.*;
WorkspacePropertiesProperty workspacePropertiesProperty = WorkspacePropertiesProperty.builder()
.computeTypeName("computeTypeName")
.rootVolumeSizeGib(123)
.runningMode("runningMode")
.runningModeAutoStopTimeoutInMinutes(123)
.userVolumeSizeGib(123)
.build();
| 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()
The compute type.
|
default Number |
getRootVolumeSizeGib()
The size of the root volume.
|
default String |
getRunningMode()
The running mode.
|
default Number |
getRunningModeAutoStopTimeoutInMinutes()
The time after a user logs off when WorkSpaces are automatically stopped.
|
default Number |
getUserVolumeSizeGib()
The size of the user storage.
|
@Stability(value=Stable) @Nullable default String getComputeTypeName()
For more information, see Amazon WorkSpaces Bundles .
@Stability(value=Stable) @Nullable default Number getRootVolumeSizeGib()
For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace .
@Stability(value=Stable) @Nullable default String getRunningMode()
For more information, see Manage the WorkSpace Running Mode .
@Stability(value=Stable) @Nullable default Number getRunningModeAutoStopTimeoutInMinutes()
Configured in 60-minute intervals.
@Stability(value=Stable) @Nullable default Number getUserVolumeSizeGib()
For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace .
@Stability(value=Stable) static CfnWorkspace.WorkspacePropertiesProperty.Builder builder()
Copyright © 2022. All rights reserved.