topics

@JvmName(name = "kxbcyjdvadppxnag")
suspend fun topics(value: Output<List<String>>)
@JvmName(name = "ononfiorejtneben")
suspend fun topics(value: List<String>?)

Parameters

value

A list of topics or topic patterns that match the topics that the clients can publish or subscribe to. This subfield is required if the method is Publish or Subscribe.


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


@JvmName(name = "kfkwvseicxpktqxi")
suspend fun topics(values: List<Output<String>>)
@JvmName(name = "pohbcjplktgrylrj")
suspend fun topics(vararg values: String)

Parameters

values

A list of topics or topic patterns that match the topics that the clients can publish or subscribe to. This subfield is required if the method is Publish or Subscribe.