aws.appconfig.list_deployment_strategies
Example SQL Queries
SELECT * FROMaws.appconfig.list_deployment_strategies;Description
Lists deployment strategies.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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 |
| deployment_duration_in_minutes Total amount of time the deployment lasted. | BIGINT |
| description The description of the deployment strategy. | VARCHAR |
| final_bake_time_in_minutes The amount of time that AppConfig monitored for alarms before considering the deployment to be complete and no longer eligible for automatic rollback. | BIGINT |
| growth_factor The percentage of targets that received a deployed configuration during each interval. | DOUBLE |
| growth_type The algorithm used to define how percentage grew over time. | VARCHAR |
| id The deployment strategy ID. | VARCHAR |
| name The name of the deployment strategy. | VARCHAR |
| replicate_to Save the deployment strategy to a Systems Manager (SSM) document. | VARCHAR |