topicTemplates

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


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