AWS::AWSExternalAnthropic::WorkspaceResource type definition for AWS::AWSExternalAnthropic::Workspace
3 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | Required |
DataResidency | DataResidency | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The ARN of the workspace. |
CreatedAt | string | The timestamp when the workspace was created. |
Id | string | The unique identifier of the workspace. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
aws-external-anthropic:CreateWorkspaceaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourceaws-external-anthropic:TagResourcests:GetWebIdentityTokensts:TagGetWebIdentityTokenaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourcests:GetWebIdentityTokensts:TagGetWebIdentityTokenaws-external-anthropic:UpdateWorkspaceaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourceaws-external-anthropic:TagResourceaws-external-anthropic:UntagResourcests:GetWebIdentityTokensts:TagGetWebIdentityTokenaws-external-anthropic:ArchiveWorkspaceaws-external-anthropic:GetWorkspaceaws-external-anthropic:ListTagsForResourcests:GetWebIdentityTokensts:TagGetWebIdentityTokenaws-external-anthropic:ListWorkspacesaws-external-anthropic:ListTagsForResourcests:GetWebIdentityTokensts:TagGetWebIdentityTokenOur 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.
DataResidency