library
turbot/gcp
OverviewPipelines
0
Triggers
0
Variables
GitHub

Update Logging Bucket

This pipeline updates the retention period of a Logging Bucket.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run gcp.pipeline.update_logging_bucket \
--arg 'project_id=<string>' \
--arg 'bucket_id=<string>' \
--arg 'location=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = gcp.pipeline.update_logging_bucket
args = {
project_id = <string>
bucket_id = <string>
location = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
credstringYesThe credential to use for authentication.default
project_idstringYesThe GCP project ID.-
bucket_idstringYesThe ID of the Logging Bucket.-
locationstringYesThe location of the Logging Bucket.-
retention_daysstringNoRetention period for the logging bucket in days. Optional.-

Outputs

NameDescription
resultResult of the logging bucket update command.