AWS Fundamentals Logo
AWS Fundamentals
AWS::AWSExternalAnthropic::Workspace

AWSExternalAnthropic Workspace

Resource type definition for AWS::AWSExternalAnthropic::Workspace

Properties

3 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
Required
DataResidency
DataResidency
Create-only
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe ARN of the workspace.
CreatedAtstringThe timestamp when the workspace was created.
IdstringThe unique 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::AWSExternalAnthropic::Workspace

Resources:
  MyResource:
    Type: AWS::AWSExternalAnthropic::Workspace
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

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

create

aws-external-anthropic:CreateWorkspaceaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourceaws-external-anthropic:TagResourcests:GetWebIdentityTokensts:TagGetWebIdentityToken

read

aws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourcests:GetWebIdentityTokensts:TagGetWebIdentityToken

update

aws-external-anthropic:UpdateWorkspaceaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourceaws-external-anthropic:TagResourceaws-external-anthropic:UntagResourcests:GetWebIdentityTokensts:TagGetWebIdentityToken

delete

aws-external-anthropic:ArchiveWorkspaceaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourcests:GetWebIdentityTokensts:TagGetWebIdentityToken

list

aws-external-anthropic:ListWorkspacesaws-external-anthropic:ListTagsForResourcests:GetWebIdentityTokensts:TagGetWebIdentityToken

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

ServiceAWSExternalAnthropic
Properties6
Required1
TaggingSupported
Primary IDArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

DataResidency

External Links