library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

List Pub/Sub Topics

Lists all of the Cloud Pub/Sub topics that exist in a given project that match the given topic name filter.

Run the pipeline

To run this pipeline from your terminal:

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

Use this pipeline

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

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

Params

NameTypeRequiredDescriptionDefault
credstringYesThe GCP application credentials file path.default
project_idstringYesThe GCP project ID.-

Outputs

NameDescription
topicsInformation about the Pub/Sub topics in the project.