sources

@JvmName(name = "isefvxijumaghmcv")
suspend fun sources(value: Output<List<RuleGroupAddressArgs>>)
@JvmName(name = "urjcaokmjesdntiq")
suspend fun sources(value: List<RuleGroupAddressArgs>?)

Parameters

value

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


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


@JvmName(name = "yotimarvgoyddhwk")
suspend fun sources(values: List<Output<RuleGroupAddressArgs>>)
@JvmName(name = "yhoccqpqodkekuwa")
suspend fun sources(vararg values: RuleGroupAddressArgs)

Parameters

values

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


@JvmName(name = "aektwkrqcpqbgokb")
suspend fun sources(argument: List<suspend RuleGroupAddressArgsBuilder.() -> Unit>)
@JvmName(name = "iaibospjnihlraus")
suspend fun sources(vararg argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)
@JvmName(name = "hjipefocguunebej")
suspend fun sources(argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)

Parameters

argument

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