TopicSpaceProperties interface
The properties of topic space.
Properties
| description | Description for the Topic Space resource. |
| provisioning |
Provisioning state of the TopicSpace resource. |
| topic |
The topic filters in the topic space. Example: "topicTemplates": [ "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" ]. |
Property Details
description
Description for the Topic Space resource.
description?: string
Property Value
string
provisioningState
Provisioning state of the TopicSpace resource.
provisioningState?: string
Property Value
string
topicTemplates
The topic filters in the topic space. Example: "topicTemplates": [ "devices/foo/bar", "devices/topic1/+", "devices/${principal.name}/${principal.attributes.keyName}" ].
topicTemplates?: string[]
Property Value
string[]