TransitGatewayRule
TransitGatewayRule
| Name | Description | Schema | Default |
|---|---|---|---|
| account_id required | Account ID Example : | string | |
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Description Example : | string | |
| destination_cidr required | Destination CIDR Example : | string | |
| destination_resource_id required | Destination Resource ID Example : | any of [string, null] | |
| destination_resource_name optional | Destination Resource Name Example : | any of [string, null] | |
| destination_type required | Destination Type Example : VPC | enum (VPC, TGW) | |
| id required | Routing Rule 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 | |
| source_resource_id required | Source Resource ID Example : | any of [string, null] | |
| source_resource_name optional | Source Resource Name Example : | any of [string, null] | |
| source_type required | Source Type Example : VPC | enum (VPC, TGW) | |
| state required | State Example : CREATING | enum (CREATING, ACTIVE, DELETING, DELETED, ERROR) | |
| tgw_connection_vpc_id required | VPC ID Connected to Transit Gateway. Example : | any of [string, null] | |
| tgw_connection_vpc_name optional | VPC Name Connected to Transit Gateway. Example : | any of [string, null] |