aws.codedeploy.list_deployment_targets
Example SQL Queries
SELECT * FROMaws.codedeploy.list_deployment_targetsWHERE"deployment_id" = 'VALUE';Description
Returns an array of target IDs that are associated a deployment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| deployment_id Required Input Column The unique ID of a deployment. | VARCHAR |
| target_filters Input Column A key used to filter the returned targets. The two valid values are:
| MAP(VARCHAR, 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 |
| target_ids | VARCHAR |