01README
AWS EVS infrastructure models
02Release Notes
- Updated: environment
03Models
@swamp/aws/evs/environmentv2026.04.24.1environment.ts
Global Arguments
| Argument | Type | Description |
|---|---|---|
| name | string | Instance name for this resource (used as the unique identifier in the factory pattern) |
| EnvironmentName? | string | The name of an EVS environment |
| KmsKeyId? | string | |
| VpcId | string | |
| ServiceAccessSubnetId | string | |
| VcfVersion | enum | |
| TermsAccepted | boolean | |
| LicenseInfo | object | The license information for an EVS environment |
| InitialVlans? | object | The initial Vlan configuration only required upon creation. Modification after creation will have no effect |
| Hosts? | array | The initial hosts for environment only required upon creation. Modification after creation will have no effect |
| ConnectivityInfo | object | |
| VcfHostnames | object | |
| SiteId | string | |
| ServiceAccessSecurityGroups? | object | |
| Tags? | array | An array of key-value pairs to apply to this resource. |
fn create()
Create a EVS Environment
fn get(identifier: string)
Get a EVS Environment
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EVS Environment |
fn update()
Update a EVS Environment
fn delete(identifier: string)
Delete a EVS Environment
| Argument | Type | Description |
|---|---|---|
| identifier | string | The primary identifier of the EVS Environment |
fn sync()
Sync EVS Environment state from AWS
Resources
state(infinite)— EVS Environment resource state
04Previous Versions
2026.04.23.3Apr 23, 2026
2026.04.03.2Apr 3, 2026
- Updated: environment
2026.03.19.1Mar 19, 2026
- Updated: environment
2026.03.16.1Mar 16, 2026
- Updated: environment
2026.03.10.5Mar 10, 2026
05Stats
A
100 / 100
Downloads
0
Archive size
200.5 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 types1/1earned
- Has description1/1earned
- At least one platform tag (or universal)1/1earned
- Two or more platform tags (or universal)1/1earned
- License declared1/1earned
- Verified public repository2/2earned
06Platforms
07Labels