1.2
1.2
scpcli vpc transit-gateway-rule list
--transit_gateway_id <value>
[--size <value>]
[--page <value>]
[--sort <value>]
[--id <value>]
[--tgw_connection_vpc_id <value>]
[--tgw_connection_vpc_name <value>]
[--source_type <value>]
[--destination_type <value>]
[--destination_cidr <value>]
[--state <value>]
[--rule_type <value>]
Description
Transit Gateway 규칙 목록 조회
상태 ACTIVE (CURRENT)
| 버전 | 최소 지원 보장일 |
|---|---|
| 1.2 | - |
Parameters
| Name | Type | Description | Example |
|---|---|---|---|
| transit_gateway_id required | string | Transit Gateway ID | fe860e0af0c04dcd8182b84f907f31f4 |
| size optional | integer | size | 20 |
| page optional | integer | page | 0 |
| sort optional | string | sort | created_at:desc |
| id optional | string | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| tgw_connection_vpc_id optional | string | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name optional | string | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |
| source_type optional | **** | 출발지 타입 | TGW |
| destination_type optional | **** | 목적지 타입 | VPC |
| destination_cidr optional | string | 목적지 CIDR | 192.167.5.0/24 |
| state optional | **** | 상태 | ACTIVE |
| rule_type optional | **** | 규칙 타입 | TGW_VPC |
Responses
| Name | Description | Example |
|---|---|---|
| id | Routing Rule ID | 43772aff4539403d9ba74bf1fdaa00c8 |
| account_id | Account ID | f1e6c81a2b054582878cb9724dc2ce9f |
| created_at | 생성 시간 | 2024-05-17T00:23:17Z |
| created_by | 생성자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| description | 설명 | Routing Rule Description |
| destination_cidr | 목적지 CIDR | 192.167.5.0/24 |
| destination_resource_id | 목적지 자원 ID | ceb44ea5ecb34a49b16495f9a63b0718 |
| destination_resource_name | 목적지 자원명 | VpcName |
| destination_type | 목적지 타입 | VPC |
| modified_at | 수정 시간 | 2024-05-17T00:23:17Z |
| modified_by | 수정자 | 90dddfc2b1e04edba54ba2b41539a9ac |
| rule_type | 규칙 타입 | TGW_VPC |
| source_resource_id | 출발지 자원 ID | 8582cc5d89994a42ad53282fd4a8d8be |
| source_resource_name | 출발지 자원명 | TgwName |
| source_type | 출발지 타입 | TGW |
| state | 상태 | ACTIVE |
| tgw_connection_vpc_id | Transit Gateway에 연결된 VPC ID. | ffeced8e191c478eabd66b6e2cab8e34 |
| tgw_connection_vpc_name | Transit Gateway에 연결된 VPC명. | ConnectedVpcName |