Data Source: aws_api_gateway_export

Example Usage

data "aws_api_gateway_export" "example" {
  rest_api_id = aws_api_gateway_stage.example.rest_api_id
  stage_name  = aws_api_gateway_stage.example.stage_name
  export_type = "oas30"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above: