AWS::WorkSpaces::WorkspacesPoolResource Type definition for AWS::WorkSpaces::WorkspacesPool
9 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BundleId | string | Required |
Capacity | Capacity | Required |
DirectoryId | string | Required |
PoolName | string | RequiredCreate-only |
ApplicationSettings | ApplicationSettings | |
Description | string | |
RunningMode | string | |
Tags | Array<Tag> | Deprecated |
TimeoutSettings | TimeoutSettings |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreatedAt | string | - |
PoolArn | string | - |
PoolId | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpaces::WorkspacesPool
Resources:
MyResource:
Type: AWS::WorkSpaces::WorkspacesPool
Properties:
PoolName: "my-poolname"
BundleId: "my-bundleid"
DirectoryId: "my-directoryid"
Capacity: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
workspaces:CreateWorkspacesPoolworkspaces:DescribeWorkspacesPoolsworkspaces:CreateTagsworkspaces:DescribeWorkspacesPoolsworkspaces:DescribeTagsworkspaces:UpdateWorkspacesPoolworkspaces:CreateTagsworkspaces:DeleteTagsworkspaces:DescribeWorkspacesPoolsworkspaces:DescribeTagsworkspaces:DescribeWorkspacesPoolsworkspaces:TerminateWorkspacesPoolworkspaces:DeleteTagsworkspaces:DescribeWorkspacesPoolsworkspaces:DescribeTagsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterPoolIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
PoolName