topicTemplates

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


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