SecurityGroupResponseRule
SecurityGroupResponseRule
| Name | Description | Schema | Default |
|---|---|---|---|
| from_port required | 포트 범위의 시작 값 Example : 1 | any of [integer, null] | |
| id required | Security Group 규칙 ID Example : ca5cb96b-9df6-4af7-9682-4d60a58d38a5 | string | |
| ip_protocol required | IP 프로토콜 Example : tcp | any of [string, null] | |
| ip_range optional | IP 범위 | any of [SecurityGroupResponseRuleIpRange, null] | |
| to_port required | 포트 범위의 마지막 값 Example : 65535 | any of [integer, null] |