sourceIpGroups

@JvmName(name = "gewxjjlbpgikmwth")
suspend fun sourceIpGroups(value: Output<List<String>>)
@JvmName(name = "budykfsmtmjfxtml")
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 = "ayecylmixsufsdis")
suspend fun sourceIpGroups(vararg values: Output<String>)


@JvmName(name = "qrandgpxkgpweesk")
suspend fun sourceIpGroups(values: List<Output<String>>)
@JvmName(name = "ygbaswwhyaqbkdbj")
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.