Resource types for @turbot/gcp-pubsub

GCP > Pub/Sub

GCP Pub/Sub Service.

URI
tmod:@turbot/gcp-pubsub#/resource/types/pubsub
Parent
Resource Parents

GCP > Pub/Sub > Snapshot

Pub/Sub resource in GCP Network service.

URI
tmod:@turbot/gcp-pubsub#/resource/types/snapshot
Resource Parents
Schema
{
"allOf": [
{
"$ref": "#/definitions/Snapshot"
},
{
"type": "object",
"properties": {
"iamPolicy": {
"$ref": "#/definitions/Policy"
}
}
}
]
}

GCP > Pub/Sub > Subscription

Subscription resource in GCP Pub/Sub service.

URI
tmod:@turbot/gcp-pubsub#/resource/types/subscription
Resource Parents
Schema
{
"allOf": [
{
"$ref": "#/definitions/Subscription"
},
{
"type": "object",
"properties": {
"iamPolicy": {
"$ref": "#/definitions/Policy"
}
}
}
]
}

GCP > Pub/Sub > Topic

Topic resource in GCP Pub/Sub service.

URI
tmod:@turbot/gcp-pubsub#/resource/types/topic
Resource Parents
Schema
{
"allOf": [
{
"$ref": "#/definitions/Topic"
},
{
"type": "object",
"properties": {
"iamPolicy": {
"$ref": "#/definitions/Policy"
}
}
}
]
}

GCP > Pub/Sub > Topic IAM Member

URI
tmod:@turbot/gcp-pubsub#/resource/types/topicIamMember
Category
Resource Parents