Amazon WorkSpaces Workspace WorkspaceProperties
The
WorkspaceProperties property type specifies information about a
WorkSpace.
WorkspaceProperties is a property of the AWS::WorkSpaces::Workspace resource type.
Syntax
To declare this entity in your AWS 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
Valid Values:
VALUE|STANDARD|PERFORMANCE|POWER|GRAPHICSUpdate requires: No interruption
RootVolumeSizeGib-
The size of the root volume.
Required: No
Type: Integer
Update requires: No interruption
RunningMode-
The running mode. For more information, see Manage the WorkSpace Running Mode.
Required: No
Type: String
Valid Values:
AUTO_STOP|ALWAYS_ONUpdate 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.
Required: No
Type: Integer
Update requires: No interruption
See Also
-
WorkspaceProperties in the Amazon WorkSpaces API Reference
