Security Group Ingress Args
constructor(cidrIp: Output<String>? = null, cidrIpv6: Output<String>? = null, description: Output<String>? = null, fromPort: Output<Int>? = null, ipProtocol: Output<String>, sourcePrefixListId: Output<String>? = null, sourceSecurityGroupId: Output<String>? = null, sourceSecurityGroupName: Output<String>? = null, sourceSecurityGroupOwnerId: Output<String>? = null, toPort: Output<Int>? = null)