Ip Set Args
data class IpSetArgs(val addresses: Output<List<String>>? = null, val description: Output<String>? = null, val ipAddressVersion: Output<IpSetIpAddressVersion>? = null, val name: Output<String>? = null, val scope: Output<IpSetScope>? = null, val tags: Output<List<IpSetTagArgs>>? = null) : ConvertibleToJava<IpSetArgs>
Contains a list of IP addresses. This can be either IPV4 or IPV6. The list will be mutually
Constructors
Link copied to clipboard
fun IpSetArgs(addresses: Output<List<String>>? = null, description: Output<String>? = null, ipAddressVersion: Output<IpSetIpAddressVersion>? = null, name: Output<String>? = null, scope: Output<IpSetScope>? = null, tags: Output<List<IpSetTagArgs>>? = null)