Returns an array of target IDs that are associated a deployment.
See https://www.paws-r-sdk.com/docs/codedeploy_list_deployment_targets/ for full documentation.
codedeploy_list_deployment_targets(
deploymentId,
nextToken = NULL,
targetFilters = NULL
)
[required] The unique ID of a deployment.
A token identifier returned from the previous
list_deployment_targets
call. It
can be used to return the next set of deployment targets in the list.
A key used to filter the returned targets. The two valid values are:
TargetStatus
- A TargetStatus
filter string can be Failed
,
InProgress
, Pending
, Ready
, Skipped
, Succeeded
, or
Unknown
.
ServerInstanceLabel
- A ServerInstanceLabel
filter string can be
Blue
or Green
.