sources

@JvmName(name = "puifagpxjbuuswas")
suspend fun sources(value: Output<List<RuleGroupAddressArgs>>)
@JvmName(name = "jdjhdoiiksygeice")
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 = "sugewbvskfearjln")
suspend fun sources(vararg values: Output<RuleGroupAddressArgs>)


@JvmName(name = "pgwwcwmoulllcvaf")
suspend fun sources(values: List<Output<RuleGroupAddressArgs>>)
@JvmName(name = "drwyhipichravgae")
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 = "oqvbwabxjogynygr")
suspend fun sources(argument: List<suspend RuleGroupAddressArgsBuilder.() -> Unit>)
@JvmName(name = "wrmvofsghlpjcipe")
suspend fun sources(vararg argument: suspend RuleGroupAddressArgsBuilder.() -> Unit)
@JvmName(name = "flgcqimjudgdsgag")
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.