Returns an array of target IDs that are associated a deployment
Source:R/codedeploy_operations.R
codedeploy_list_deployment_targets.RdReturns 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.
Arguments
- deploymentId
[required] The unique ID of a deployment.
- nextToken
A token identifier returned from the previous
list_deployment_targetscall. It can be used to return the next set of deployment targets in the list.- targetFilters
A key used to filter the returned targets. The two valid values are:
TargetStatus- ATargetStatusfilter string can beFailed,InProgress,Pending,Ready,Skipped,Succeeded, orUnknown.ServerInstanceLabel- AServerInstanceLabelfilter string can beBlueorGreen.