topics

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


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