aws.appconfig.list_deployments
Example SQL Queries
SELECT * FROMaws.appconfig.list_deploymentsWHERE"application_id" = 'VALUE'AND "environment_id" = 'VALUE';Description
Lists the deployments for an environment in descending deployment number order.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_id Required Input Column The application ID. | VARCHAR |
| environment_id Required Input Column The environment ID. | 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 |
| completed_at Time the deployment completed. | TIMESTAMP_S |
| configuration_name The name of the configuration. | VARCHAR |
| configuration_version The version of the configuration. | VARCHAR |
| deployment_duration_in_minutes Total amount of time the deployment lasted. | BIGINT |
| deployment_number The sequence number of the deployment. | BIGINT |
| final_bake_time_in_minutes The amount of time that AppConfig monitors for alarms before considering the deployment to be complete and no longer eligible for automatic rollback. | BIGINT |
| growth_factor The percentage of targets to receive a deployed configuration during each interval. | DOUBLE |
| growth_type The algorithm used to define how percentage grows over time. | VARCHAR |
| percentage_complete The percentage of targets for which the deployment is available. | DOUBLE |
| started_at Time the deployment started. | TIMESTAMP_S |
| state The state of the deployment. | VARCHAR |
| version_label A user-defined label for an AppConfig hosted configuration version. | VARCHAR |