Security Group Egress Rule Args
constructor(cidrIpv4: Output<String>? = null, cidrIpv6: Output<String>? = null, description: Output<String>? = null, fromPort: Output<Int>? = null, ipProtocol: Output<String>? = null, prefixListId: Output<String>? = null, referencedSecurityGroupId: Output<String>? = null, securityGroupId: Output<String>? = null, tags: Output<Map<String, String>>? = null, toPort: Output<Int>? = null)