SecurityGroupResponseRule
SecurityGroupResponseRule
| Name | Description | Schema | Default |
|---|---|---|---|
| from_port required | From port rule Example : 1 | any of [integer, null] | |
| id required | Security group rule ID Example : ca5cb96b-9df6-4af7-9682-4d60a58d38a5 | string | |
| ip_protocol required | Ip protocol Example : tcp | any of [string, null] | |
| ip_range optional | Ip range | any of [SecurityGroupResponseRuleIpRange, null] | |
| to_port required | To port rule Example : 65535 | any of [integer, null] |