Skip to main content

aws.apigateway.stage

Supported platform

  • aws

Description

Amazon API Gateway REST API stages

The aws.apigateway.stage resource provides fields representing an individual stage configured on a REST API. For usage, read the aws.apigateway resource documentation.

Fields

IDTYPEDESCRIPTION
arnstringARN for the REST API stage
namestringName for the stage
tracingEnabledboolBool that denotes if tracing is enabled for the stage
descriptionstringDescription for the stage
deploymentIdstringID of the deployment the stage is attached to
methodSettingsdictMethod settings for the stage

Examples

Return a list of AWS API Gateway REST APIs configured across all enabled regions in the AWS account and the values for the arn and stages

aws.apigateway.restApis {
arn
stages
}