Resource Type: GCP > Pub/Sub > Subscription
The Subscription resource type is a named resource representing the stream of messages from a single, specific topic, to be delivered to the subscribing application. It can be used to receive new messages published to its corresponding topic.
Resource Context
Subscription is a part of the Pub/Sub service.
Each Subscription lives under a Topic.
Controls
The primary controls for GCP > Pub/Sub > Subscription are:
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/subscription
- tmod:@turbot/turbot#/resource/categories/applicationIntegration
- turbot graphql resource --id "tmod:@turbot/gcp-pubsub#/resource/types/subscription"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/gcp-pubsub#/resource/types/subscription';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/gcp-pubsub#/resource/types/subscription"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/gcp-pubsub#/resource/types/subscription' 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