TransitGateway
TransitGateway
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| bandwidth optional | Transit Gateway Port Bandwidth Example : | any of [integer, null] | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description optional | Transit Gateway Description Example : | any of [string, null] | |
| firewall_ids optional | Firewall ID Example : | any of [string, null] | |
| id required | Transit Gateway ID Example : | string | |
| modified_at required | Modified At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| modified_by required | Modified By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| name required | Transit Gateway Name Example : Pattern : ^[a-zA-Z0-9-]*$Minimum length : 3Maximum length : 20 | string | |
| state required | State Example : CREATING | enum (CREATING, ACTIVE, DELETING, DELETED, ERROR, EDITING) | |
| uplink_enabled optional | Uplink Enabled Example : False | boolean |