library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Update Pub/Sub Topics

This pipeline updates an existing Cloud Pub/Sub topic.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.update_pubsub_topic \
--arg 'project_id=<string>' \
--arg 'topic_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.update_pubsub_topic
args = {
project_id = <string>
topic_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-
remove_labelslist of stringNoThe GCP labels.-
update_labelsmap of stringNoThe GCP labels.-
topic_namestringYesThe names of the topic to update.-
message_retention_durationstringNoThe duration to retain messages.-

Outputs

NameDescription
topicInformation about the updated topic.

Tags

type = featured