library
turbot/aws
Get Involved
Version
Pipeline: 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
Name | Type | Required | Description | Default |
---|---|---|---|---|
region | string | Yes | The name of the Region. | - |
conn | connection.aws | Yes | Name of AWS connection to use. If not provided, the default AWS connection will be used. | connection.aws.default |
rest_api_id | string | Yes | The REST API ID of API Gateway. | - |
stage_name | string | Yes | The stage name of API Gateway REST API. | - |
Outputs
This pipeline has no outputs.