TopicSpace.TopicTemplates Property

Definition

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

public Azure.Provisioning.BicepList<string> TopicTemplates { get; set; }
member this.TopicTemplates : Azure.Provisioning.BicepList<string> with get, set
Public Property TopicTemplates As BicepList(Of String)

Property Value

Applies to