library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

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
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
subscription_namestringYesThe name of the subscription to update.-
update_labelsmap(string)NoThe GCP labels to update or add to the subscription.-
remove_labelslist(string)NoThe names of labels to remove from the subscription.-

Outputs

NameDescription
subscriptionInformation about the updated subscription.