topicTemplates

@JvmName(name = "gftjanyxnrxcyfdq")
suspend fun topicTemplates(value: Output<List<String>>)
@JvmName(name = "udmldfpehnjmmgct")
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 = "hvgexpngoaqstwjn")
suspend fun topicTemplates(vararg values: Output<String>)


@JvmName(name = "mhmfknscygmuwrmq")
suspend fun topicTemplates(values: List<Output<String>>)
@JvmName(name = "rfdxtanijuidnfoa")
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}" .