aws-cdk-lib.aws_workspaces.CfnWorkspace.WorkspacePropertiesProperty

interface WorkspacePropertiesProperty

LanguageType name
.NETAmazon.CDK.AWS.WorkSpaces.CfnWorkspace.WorkspacePropertiesProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsworkspaces#CfnWorkspace_WorkspacePropertiesProperty
Javasoftware.amazon.awscdk.services.workspaces.CfnWorkspace.WorkspacePropertiesProperty
Pythonaws_cdk.aws_workspaces.CfnWorkspace.WorkspacePropertiesProperty
TypeScript aws-cdk-lib » aws_workspaces » CfnWorkspace » WorkspacePropertiesProperty

Information about a WorkSpace.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_workspaces as workspaces } from 'aws-cdk-lib';
const workspacePropertiesProperty: workspaces.CfnWorkspace.WorkspacePropertiesProperty = {
  computeTypeName: 'computeTypeName',
  rootVolumeSizeGib: 123,
  runningMode: 'runningMode',
  runningModeAutoStopTimeoutInMinutes: 123,
  userVolumeSizeGib: 123,
};

Properties

NameTypeDescription
computeTypeName?stringThe compute type.
rootVolumeSizeGib?numberThe size of the root volume.
runningMode?stringThe running mode. For more information, see Manage the WorkSpace Running Mode .
runningModeAutoStopTimeoutInMinutes?numberThe time after a user logs off when WorkSpaces are automatically stopped.
userVolumeSizeGib?numberThe size of the user storage.

computeTypeName?

Type: string (optional)

The compute type.

For more information, see Amazon WorkSpaces Bundles .


rootVolumeSizeGib?

Type: number (optional)

The size of the root volume.

For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace .


runningMode?

Type: string (optional)

The running mode. For more information, see Manage the WorkSpace Running Mode .

The MANUAL value is only supported by Amazon WorkSpaces Core. Contact your account team to be allow-listed to use this value. For more information, see Amazon WorkSpaces Core .


runningModeAutoStopTimeoutInMinutes?

Type: number (optional)

The time after a user logs off when WorkSpaces are automatically stopped.

Configured in 60-minute intervals.


userVolumeSizeGib?

Type: number (optional)

The size of the user storage.

For important information about how to modify the size of the root and user volumes, see Modify a WorkSpace .