aws.codedeploy.list_deployment_instances
Example SQL Queries
SELECT * FROMaws.codedeploy.list_deployment_instancesWHERE"deployment_id" = 'VALUE';Description
The newer BatchGetDeploymentTargets should be used instead because it works with all compute types. ListDeploymentInstances throws an exception if it is used with a compute platform other than EC2/On-premises or Lambda.
Lists the instance for a deployment associated with the user or Amazon Web Services account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deployment_id Required Input Column The unique ID of a deployment. | VARCHAR |
| instance_status_filter Input Column A subset of instances to list by status:
| VARCHAR[] |
Show child fields
| |
| instance_type_filter Input Column The set of instances in a blue/green deployment, either those in the original environment ("BLUE") or those in the replacement environment ("GREEN"), for which you want to view instance information. | 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 |
| instances_list | VARCHAR |