library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Pipeline: Update Pub/Sub Subscriptions

This pipeline updates an existing Cloud Pub/Sub subscription.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.update_pubsub_subscription \
--arg 'project_id=<string>' \
--arg 'subscription_name=<string>'

Use this pipeline

To call this pipeline from your pipeline, use a step:

step "pipeline" "step_name" {
pipeline = gcp.pipeline.update_pubsub_subscription
args = {
project_id = <string>
subscription_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
conn
connection.gcp
YesName of GCP connection to use. If not provided, the default GCP connection will be used.connection.gcp.default
project_id
string
YesThe GCP project ID.-
subscription_name
string
YesThe name of the subscription to update.-
update_labels
map(string)
NoThe GCP labels to update or add to the subscription.-
remove_labels
list(string)
NoThe names of labels to remove from the subscription.-

Outputs

NameDescription
subscriptionInformation about the updated subscription.