Name | Type | Description | Notes |
---|---|---|---|
flowDirection | FlowDirectionEnum | Network flow direction to match | |
description | String | Security Group rule description | [optional] |
network | String | CIDR-formatted network allowed | [optional] |
securityGroup | SecurityGroupResource | [optional] | |
protocol | ProtocolEnum | Network protocol | |
icmp | AddRuleToSecurityGroupRequestIcmp | [optional] | |
startPort | Long | Start port of the range | [optional] |
endPort | Long | End port of the range | [optional] |
Name | Value |
---|---|
INGRESS | "ingress" |
EGRESS | "egress" |
Name | Value |
---|---|
TCP | "tcp" |
ESP | "esp" |
ICMP | "icmp" |
UDP | "udp" |
GRE | "gre" |
AH | "ah" |
IPIP | "ipip" |
ICMPV6 | "icmpv6" |