topics

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


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