SecurityGroupRule
SecurityGroupRule
| Name | Description | Schema | Default |
|---|---|---|---|
| created_at required | Created At Example : 2024-05-17T00:23:17Z | string (date-time) | |
| created_by required | Created By Example : 90dddfc2b1e04edba54ba2b41539a9ac | string | |
| description required | Security Group Rule Description Example : | any of [string, null] | |
| direction required | Security Group Rule Direction (Ingress, Egress) Example : ingress | enum (ingress, egress) | |
| ethertype optional | Security Group Rule Ethertype (IPV4, IPV6) Example : IPv4 | any of [string, null] | IPv4 |
| id required | Security Group 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 | |
| port_range_max required | Security Group Rule Port Range Max Example : | any of [integer, null] | |
| port_range_min required | Security Group Rule Port Range Min Example : | any of [integer, null] | |
| protocol required | Security Group Rule Protocol Example : | any of [string, null] | |
| remote_group_id required | Security Group Rule Remote Group ID Example : | any of [string, null] | |
| remote_group_name optional | Security Group Rule Remote Group Name Example : | any of [string, null] | |
| remote_ip_prefix required | Security Group Rule Remote IP Address Example : | any of [string, null] | |
| security_group_id required | Security Group ID Example : | string |