destinations

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


@JvmName(name = "mlrraqlwblxbjwwf")
suspend fun destinations(values: List<Output<RuleGroupAddressArgs>>)
@JvmName(name = "wfstgsrcngprhfhc")
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 = "vhdluhapxscoltss")
suspend fun destinations(argument: List<suspend RuleGroupAddressArgsBuilder.() -> Unit>)
@JvmName(name = "pyoxrivumdjgowtr")
suspend fun destinations(vararg argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)
@JvmName(name = "rjoqqtnutmumrvnw")
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.