AWS::WorkSpaces::Workspace WorkspaceProperties - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::WorkSpaces::Workspace WorkspaceProperties

Information about a WorkSpace.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "ComputeTypeName" : String, "RootVolumeSizeGib" : Integer, "RunningMode" : String, "RunningModeAutoStopTimeoutInMinutes" : Integer, "UserVolumeSizeGib" : Integer }

Properties

ComputeTypeName

The compute type. For more information, see Amazon WorkSpaces Bundles.

Required: No

Type: String

Allowed values: VALUE | STANDARD | PERFORMANCE | POWER | GRAPHICS | POWERPRO | GENERALPURPOSE_4XLARGE | GENERALPURPOSE_8XLARGE | GRAPHICSPRO | GRAPHICS_G4DN | GRAPHICSPRO_G4DN | GRAPHICS_G6_XLARGE | GRAPHICS_G6_2XLARGE | GRAPHICS_G6_4XLARGE | GRAPHICS_G6_8XLARGE | GRAPHICS_G6_16XLARGE | GRAPHICS_GR6_4XLARGE | GRAPHICS_GR6_8XLARGE | GRAPHICS_G6F_LARGE | GRAPHICS_G6F_XLARGE | GRAPHICS_G6F_2XLARGE | GRAPHICS_G6F_4XLARGE | GRAPHICS_GR6F_4XLARGE

Update 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.

Required: No

Type: String

Allowed values: AUTO_STOP | ALWAYS_ON | MANUAL

Update 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