sourceIpGroups

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


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