sourceIpGroups

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

Parameters

value

A list of 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 = "yqnrbodvbwqaltuj")
suspend fun sourceIpGroups(vararg values: Output<String>)


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

Parameters

values

A list of IP Group IDs for the rule.

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