aws.apigateway.get_documentation_versions
Example SQL Queries
SELECT * FROMaws.apigateway.get_documentation_versionsWHERE"rest_api_id" = 'VALUE';Description
Gets documentation versions.
Table Definition
| Column Name | Column Data Type |
|---|---|
| rest_api_id Required Input Column The string identifier of the associated RestApi. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| created_date The date when the API documentation snapshot is created. | TIMESTAMP_S |
| description The description of the API documentation snapshot. | VARCHAR |
| version The version identifier of the API documentation snapshot. | VARCHAR |