Resource Type: Azure > Service Bus > Topic
The Topic resource type is a communication channel that can be used to send and receive messages between different applications in a publish-subscribe pattern.
Resource Context
Topic is a part of the Service Bus service.
Each Topic lives under a Namespace.
Controls
The primary controls for Azure > Service Bus > Topic are:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/azure-servicebus#/resource/types/topic
- tmod:@turbot/turbot#/resource/categories/message
- turbot graphql resource --id "tmod:@turbot/azure-servicebus#/resource/types/topic"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/azure-servicebus#/resource/types/topic';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/azure-servicebus#/resource/types/topic"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/azure-servicebus#/resource/types/topic' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query