library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Update Labels on Pub/Sub Subscription

This pipeline updates labels on a Google Cloud Pub/Sub subscription.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.add_labels_to_pubsub_subscription \
--arg 'project_id=<string>' \
--arg 'subscription_name=<string>' \
--arg 'labels=<map(string)>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.add_labels_to_pubsub_subscription
args = {
project_id = <string>
subscription_name = <string>
labels = <map(string)>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
subscription_namestringYesThe name of the Pub/Sub subscription.-
labelsmap(string)YesThe GCP labels to add or update.-

Outputs

NameDescription
subscriptionInformation about the Pub/Sub subscription.