AWS Fundamentals Logo
AWS Fundamentals
AWS::Connect::Workspace

Connect Workspace

Resource Type definition for AWS::Connect::Workspace

Properties

10 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
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

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
ArnstringThe Amazon Resource Name (ARN) for the workspace.
IdstringThe identifier of the workspace.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
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"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

connect:CreateWorkspaceconnect:UpdateWorkspaceVisibilityconnect:ImportWorkspaceMediaconnect:CreateWorkspacePageconnect:AssociateWorkspaceconnect:TagResourceconnect:ListTagsForResource

read

connect:DescribeWorkspaceconnect:ListTagsForResourceconnect:ListWorkspaceMediaconnect:ListWorkspacePagesconnect:SearchWorkspaceAssociations

update

connect:UpdateWorkspaceThemeconnect:UpdateWorkspaceVisibilityconnect:UpdateWorkspaceMetadataconnect:ImportWorkspaceMediaconnect:DeleteWorkspaceMediaconnect:CreateWorkspacePageconnect:UpdateWorkspacePageconnect:DeleteWorkspacePage

delete

connect:DeleteWorkspace

list

connect:ListWorkspaces

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceConnect
Properties12
Required2
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

InstanceArn

External Links