AWS::Connect::WorkspaceResource Type definition for AWS::Connect::Workspace
10 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
InstanceArn | string | RequiredCreate-only |
Name | string | Required |
Associations | Array<string> | |
Description | string | |
Media | Array<MediaItem> | |
Pages | Array<WorkspacePage> | |
Tags | Array<Tag> | |
Theme | WorkspaceTheme | |
Title | string | |
Visibility | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) for the workspace. |
Id | string | The identifier of the workspace. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::Workspace
Resources:
MyResource:
Type: AWS::Connect::Workspace
Properties:
Name: "my-name"
InstanceArn: "arn:aws:service:region:account:resource"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:CreateWorkspaceconnect:UpdateWorkspaceVisibilityconnect:ImportWorkspaceMediaconnect:CreateWorkspacePageconnect:AssociateWorkspaceconnect:TagResourceconnect:ListTagsForResourceconnect:DescribeWorkspaceconnect:ListTagsForResourceconnect:ListWorkspaceMediaconnect:ListWorkspacePagesconnect:SearchWorkspaceAssociationsconnect:UpdateWorkspaceThemeconnect:UpdateWorkspaceVisibilityconnect:UpdateWorkspaceMetadataconnect:ImportWorkspaceMediaconnect:DeleteWorkspaceMediaconnect:CreateWorkspacePageconnect:UpdateWorkspacePageconnect:DeleteWorkspacePageconnect:DeleteWorkspaceconnect:ListWorkspacesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceArn