Aws/awsexternalanthropic
@swamp/aws/awsexternalanthropicv2026.06.12.1
01README
AWS AWSEXTERNALANTHROPIC infrastructure models
02Release Notes
- Added: workspace
03Models
@swamp/aws/awsexternalanthropic/workspacev2026.06.12.1workspace.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| accessKeyId? | string | AWS access key ID; overrides AWS_ACCESS_KEY_ID environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| secretAccessKey? | string | AWS secret access key; overrides AWS_SECRET_ACCESS_KEY environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| sessionToken? | string | AWS session token for temporary credentials; overrides AWS_SESSION_TOKEN environment variable. Wire with a vault.get(...) expression to source it from a vault. |
| region? | string | AWS region; overrides AWS_REGION environment variable. Defaults to us-east-1. |
| Name | string | The name of the workspace. |
| DataResidency? | object | Data residency configuration for the workspace. WorkspaceGeo is immutable after creation. |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a AWSExternalAnthropic Workspace
fn get(identifier: string)
Get a AWSExternalAnthropic Workspace
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AWSExternalAnthropic Workspace |
fn update()
Update a AWSExternalAnthropic Workspace
fn delete(identifier: string)
Delete a AWSExternalAnthropic Workspace
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the AWSExternalAnthropic Workspace |
fn sync()
Sync AWSExternalAnthropic Workspace state from AWS
Resources
state(infinite)— AWSExternalAnthropic Workspace resource state
04Stats
B
85 / 100
Downloads
0
Archive size
276.3 KB
Verified by Swamp
- Has README or module doc2/2earned
- README has a code example1/1earned
- README is substantive1/1earned
- Most symbols documented1/1earned
- No slow types (deprecated)1/1earned
- Dependencies pass trust audit0/2missing
- Has description1/1earned
- Platform support declared (or universal)2/2earned
- License declared1/1earned
- Verified public repository2/2earned
05Platforms
06Labels