topics

@JvmName(name = "ykfubiorkoukwich")
suspend fun topics(value: Output<List<String>>)
@JvmName(name = "qmuwpmsaqljnkywd")
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 = "qqfwxmvgwnvynejf")
suspend fun topics(vararg values: Output<String>)


@JvmName(name = "ytykwwydrcfhvtql")
suspend fun topics(values: List<Output<String>>)
@JvmName(name = "tfcaetpyfpslabbd")
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.