communities

@JvmName(name = "frgamrehwsqvshfl")
suspend fun communities(value: Output<List<String>>)
@JvmName(name = "geidrarvysyccqvc")
suspend fun communities(value: List<String>?)

Parameters

value

The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.


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


@JvmName(name = "fsmtodxokbvvjjic")
suspend fun communities(values: List<Output<String>>)
@JvmName(name = "ahhsdvggclduyhxq")
suspend fun communities(vararg values: String)

Parameters

values

The names of the BGP communities to be associated with the announcement, utilizing a BGP community string in 1234:1234 format.