aws.apigatewayv2.get_deployments
Example SQL Queries
SELECT * FROMaws.apigatewayv2.get_deploymentsWHERE"api_id" = 'VALUE';Description
Gets the Deployments for an API.
Table Definition
| Column Name | Column Data Type |
|---|---|
| api_id Required Input Column The API identifier. | 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
| |
| auto_deployed Specifies whether a deployment was automatically released. | BOOLEAN |
| created_date The date and time when the Deployment resource was created. | TIMESTAMP_S |
| deployment_id The identifier for the deployment. | VARCHAR |
| deployment_status The status of the deployment: PENDING, FAILED, or SUCCEEDED. | VARCHAR |
| deployment_status_message May contain additional feedback on the status of an API deployment. | VARCHAR |
| description The description for the deployment. | VARCHAR |