except

@JvmName(name = "jlgnusriwakteryj")
suspend fun except(value: Output<List<String>>)
@JvmName(name = "hcuoeermjgodatyi")
suspend fun except(value: List<String>?)

Parameters

value

except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range


@JvmName(name = "iijdkifiaacbhlxf")
suspend fun except(vararg values: Output<String>)


@JvmName(name = "lcuantllcoyeqifa")
suspend fun except(values: List<Output<String>>)
@JvmName(name = "xhgrdhbotvjquvxm")
suspend fun except(vararg values: String)

Parameters

values

except is a slice of CIDRs that should not be included within an IPBlock Valid examples are "192.168.1.0/24" or "2001:db8::/64" Except values will be rejected if they are outside the cidr range