aws.apigateway.get_deployments
Example SQL Queries
SELECT * FROMaws.apigateway.get_deploymentsWHERE"rest_api_id" = 'VALUE';Description
Gets information about a Deployments collection.
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 |
| api_summary A summary of the RestApi at the date and time that the deployment resource was created. | MAP(VARCHAR, MAP(VARCHAR, STRUCT( |
| created_date The date and time that the deployment resource was created. | TIMESTAMP_S |
| description The description for the deployment resource. | VARCHAR |
| id The identifier for the deployment resource. | VARCHAR |