Default Security Group Egress Args
constructor(cidrBlocks: Output<List<String>>? = null, description: Output<String>? = null, fromPort: Output<Int>, ipv6CidrBlocks: Output<List<String>>? = null, prefixListIds: Output<List<String>>? = null, protocol: Output<String>, securityGroups: Output<List<String>>? = null, self: Output<Boolean>? = null, toPort: Output<Int>)