AWS::WorkSpaces::Workspace WorkspaceProperties
Information about a WorkSpace.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "ComputeTypeName" :String, "RootVolumeSizeGib" :Integer, "RunningMode" :String, "RunningModeAutoStopTimeoutInMinutes" :Integer, "UserVolumeSizeGib" :Integer}
YAML
ComputeTypeName:StringRootVolumeSizeGib:IntegerRunningMode:StringRunningModeAutoStopTimeoutInMinutes:IntegerUserVolumeSizeGib:Integer
Properties
ComputeTypeName-
The compute type. For more information, see Amazon WorkSpaces Bundles
. Required: No
Type: String
Allowed values:
GRAPHICS | GRAPHICS_G4DN | GRAPHICSPRO | GRAPHICSPRO_G4DN | PERFORMANCE | POWER | POWERPRO | STANDARD | VALUEUpdate requires: No interruption
RootVolumeSizeGib-
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.
Required: No
Type: Integer
Update requires: No interruption
RunningMode-
The running mode. For more information, see Manage the WorkSpace Running Mode.
Note
The
MANUALvalue 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. Required: No
Type: String
Allowed values:
ALWAYS_ON | AUTO_STOP | MANUALUpdate requires: No interruption
RunningModeAutoStopTimeoutInMinutes-
The time after a user logs off when WorkSpaces are automatically stopped. Configured in 60-minute intervals.
Required: No
Type: Integer
Update requires: No interruption
UserVolumeSizeGib-
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.
Required: No
Type: Integer
Update requires: No interruption
See also
-
WorkspaceProperties in the Amazon WorkSpaces API Reference