destinations

@JvmName(name = "hfisumrsykychvih")
suspend fun destinations(value: Output<List<RuleGroupAddressArgs>>)
@JvmName(name = "kqdsesblnxppaeym")
suspend fun destinations(value: List<RuleGroupAddressArgs>?)

Parameters

value

The destination IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address.


@JvmName(name = "jexnnsncbytfwanx")
suspend fun destinations(vararg values: Output<RuleGroupAddressArgs>)


@JvmName(name = "affusswusglmwhso")
suspend fun destinations(values: List<Output<RuleGroupAddressArgs>>)
@JvmName(name = "bgoblqmukscucvem")
suspend fun destinations(vararg values: RuleGroupAddressArgs)

Parameters

values

The destination IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address.


@JvmName(name = "cpniwqnnkmbioowt")
suspend fun destinations(argument: List<suspend RuleGroupAddressArgsBuilder.() -> Unit>)
@JvmName(name = "bmoalefvvvawmkuq")
suspend fun destinations(vararg argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)
@JvmName(name = "bvgbalwxsajeddvk")
suspend fun destinations(argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)

Parameters

argument

The destination IP addresses and address ranges to inspect for, in CIDR notation. If not specified, this matches with any destination address.