Default Security Group Egress
data class DefaultSecurityGroupEgress(val cidrBlocks: List<String>? = null, val description: String? = null, val fromPort: Int, val ipv6CidrBlocks: List<String>? = null, val prefixListIds: List<String>? = null, val protocol: String, val securityGroups: List<String>? = null, val self: Boolean? = null, val toPort: Int)
Constructors
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Protocol. If you select a protocol of "-1" (semantically equivalent to all, which is not a valid value here), you must specify a from_port and to_port equal to 0. If not icmp, tcp, udp, or -1 use the protocol number.