topicTemplates

@JvmName(name = "fbrauudyhyxopbur")
suspend fun topicTemplates(value: Output<List<String>>)
@JvmName(name = "bprhjokaqjfxohav")
suspend fun topicTemplates(value: List<String>?)

Parameters

value

The topic filters in the topic space. Example: "topicTemplates": "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" .


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


@JvmName(name = "wpnpbopoyeaaxdlw")
suspend fun topicTemplates(values: List<Output<String>>)
@JvmName(name = "yxneemjryxwqmoqv")
suspend fun topicTemplates(vararg values: String)

Parameters

values

The topic filters in the topic space. Example: "topicTemplates": "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" .