aws apigatewayv2 export-api
No description
Options
Name | Description |
---|---|
--api-id <string> | The API identifier |
--export-version <string> | The version of the API Gateway export algorithm. API Gateway uses the latest version by default. Currently, the only supported version is 1.0 |
--include-extensions | Specifies whether to include API Gateway extensions in the exported API definition. API Gateway extensions are included by default |
--no-include-extensions | Specifies whether to include API Gateway extensions in the exported API definition. API Gateway extensions are included by default |
--output-type <string> | The output type of the exported definition file. Valid values are JSON and YAML |
--specification <string> | The version of the API specification to use. OAS30, for OpenAPI 3.0, is the only supported value |
--stage-name <string> | The name of the API stage to export. If you don't specify this property, a representation of the latest API configuration is exported |
outfile <string> | Filename where the content will be saved |