Resource Type: GCP > Pub/Sub > Topic
The Topic resource type is a named resource to which messages are sent by publishers. These messages are then made available to all the subscribers that have expressed an interest in those topics.
Resource Context
Topic is a part of the Pub/Sub service.
Each Topic lives under a Project.
Controls
The primary controls for GCP > Pub/Sub > Topic are:
It is also targeted by these controls:
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/gcp-pubsub#/resource/types/topic
- tmod:@turbot/turbot#/resource/categories/applicationIntegration
- turbot graphql resource --id "tmod:@turbot/gcp-pubsub#/resource/types/topic"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-pubsub#/resource/types/topic';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-pubsub#/resource/types/topic"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-pubsub#/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