Learn R Programming

paws.developer.tools (version 0.8.0)

codedeploy_list_deployment_targets: Returns an array of target IDs that are associated a deployment

Description

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.

Usage

codedeploy_list_deployment_targets(
  deploymentId,
  nextToken = NULL,
  targetFilters = NULL
)

Arguments

deploymentId

[required] The unique ID of a deployment.

nextToken

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.

targetFilters

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.