sourceIpGroups

@JvmName(name = "ygbeeuasiverdkfv")
suspend fun sourceIpGroups(value: Output<List<String>>)
@JvmName(name = "boghbgdeyskqjqrk")
suspend fun sourceIpGroups(value: List<String>?)

Parameters

value

A list of source IP Group IDs for the rule.

NOTE At least one of source_addresses and source_ip_groups must be specified for a rule.


@JvmName(name = "raonacrrnmfbocnj")
suspend fun sourceIpGroups(vararg values: Output<String>)


@JvmName(name = "pkuehyydrwgdpsel")
suspend fun sourceIpGroups(values: List<Output<String>>)
@JvmName(name = "adhspggyremdnapa")
suspend fun sourceIpGroups(vararg values: String)

Parameters

values

A list of source IP Group IDs for the rule.

NOTE At least one of source_addresses and source_ip_groups must be specified for a rule.