IpPermissionArgs

constructor(fromPort: Output<Int>? = null, ipProtocol: Output<String>? = null, ipRanges: Output<List<IpRangeArgs>>? = null, ipv6Ranges: Output<List<Ipv6RangeArgs>>? = null, prefixListIds: Output<List<PrefixListIdArgs>>? = null, toPort: Output<Int>? = null, userIdGroupPairs: Output<List<UserIdGroupPairArgs>>? = null)