aws.codedeploy.list_deployment_groups
Example SQL Queries
SELECT * FROMaws.codedeploy.list_deployment_groupsWHERE"application_name" = 'VALUE';Description
Lists the deployment groups for an application registered with the Amazon Web Services user or Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Required Input Column The application name. | 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 |
| deployment_groups A list of deployment group names. | VARCHAR[] |
Show child fields
| |