Aws/bcm
@swamp/aws/bcmv2026.06.12.1
01README
AWS BCM infrastructure models
02Release Notes
- Added: dashboard
03Models
@swamp/aws/bcm/dashboardv2026.06.12.1dashboard.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 | |
| Description? | string | |
| Widgets | array | |
| Tags? | array |
fn create()
Create a BCM Dashboard
fn get(identifier: string)
Get a BCM Dashboard
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the BCM Dashboard |
fn update()
Update a BCM Dashboard
fn delete(identifier: string)
Delete a BCM Dashboard
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the BCM Dashboard |
fn sync()
Sync BCM Dashboard state from AWS
Resources
state(infinite)— BCM Dashboard resource state
04Stats
B
85 / 100
Downloads
0
Archive size
275.1 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