aws.codedeploy.list_deployments
Example SQL Queries
SELECT * FROMaws.codedeploy.list_deployments;Description
Lists the deployments in a deployment group for an application registered with the user or Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| application_name Input Column The name of an CodeDeploy application associated with the user or Amazon Web Services account. If applicationName is specified, then deploymentGroupName must be specified. If it is not specified, then deploymentGroupName must not be specified. | VARCHAR |
| create_time_range Input Column A time range (start and end) for returning a subset of the list of deployments. | STRUCT( |
Show child fields
| |
| deployment_group_name Input Column The name of a deployment group for the specified application. If deploymentGroupName is specified, then applicationName must be specified. If it is not specified, then applicationName must not be specified. | VARCHAR |
| external_id Input Column The unique ID of an external resource for returning deployments linked to the external resource. | VARCHAR |
| include_only_statuses Input Column A subset of deployments to list by status:
| VARCHAR[] |
Show child fields
| |
| _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 |
| deployments | VARCHAR |