destinations

@JvmName(name = "wmmbbvprtiwrhyjf")
suspend fun destinations(value: Output<List<RuleGroupAddressArgs>>)
@JvmName(name = "teyousmqmwkymeex")
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 = "dnpdpivjhforujee")
suspend fun destinations(vararg values: Output<RuleGroupAddressArgs>)


@JvmName(name = "rwowyeffmbsjpboj")
suspend fun destinations(values: List<Output<RuleGroupAddressArgs>>)
@JvmName(name = "xdujkupaehbkiftm")
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 = "kulhoomxppddrklq")
suspend fun destinations(argument: List<suspend RuleGroupAddressArgsBuilder.() -> Unit>)
@JvmName(name = "nnmwjhwqqmpcmqsp")
suspend fun destinations(vararg argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)
@JvmName(name = "pamwmenihhkuroom")
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.