library
turbot/aws
OverviewPipelines
0
Triggers
0
Variables
GitHub

Modify API Gateway REST API stage

Modifies settings for API Gateway REST API stage.

Run the pipeline

To run this pipeline from your terminal:

flowpipe pipeline run aws.pipeline.modify_apigateway_rest_api_stage \
--arg 'region=<string>' \
--arg 'rest_api_id=<string>' \
--arg 'stage_name=<string>'

Use this pipeline

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

step "pipeline" "step_name" {
pipeline = aws.pipeline.modify_apigateway_rest_api_stage
args = {
region = <string>
rest_api_id = <string>
stage_name = <string>
}
}

Params

NameTypeRequiredDescriptionDefault
regionstringYesThe name of the Region.-
credstringYesName for credentials to use. If not provided, the default credentials will be used.default
rest_api_idstringYesThe REST API ID of API Gateway.-
stage_namestringYesThe stage name of API Gateway REST API.-

Outputs

This pipeline has no outputs.