codedeploy_batch_get_deployment_targets: Returns an array of one or more targets associated with a...

View source: R/codedeploy_operations.R

codedeploy_batch_get_deployment_targetsR Documentation

Returns an array of one or more targets associated with a deployment

Description

Returns an array of one or more targets associated with a deployment. This method works with all compute types and should be used instead of the deprecated batch_get_deployment_instances. The maximum number of targets that can be returned is 25.

See https://www.paws-r-sdk.com/docs/codedeploy_batch_get_deployment_targets/ for full documentation.

Usage

codedeploy_batch_get_deployment_targets(deploymentId, targetIds)

Arguments

deploymentId

[required] The unique ID of a deployment.

targetIds

[required] The unique IDs of the deployment targets. The compute platform of the deployment determines the type of the targets and their formats. The maximum number of deployment target IDs you can specify is 25.

  • For deployments that use the EC2/On-premises compute platform, the target IDs are Amazon EC2 or on-premises instances IDs, and their target type is instanceTarget.

  • For deployments that use the Lambda compute platform, the target IDs are the names of Lambda functions, and their target type is instanceTarget.

  • For deployments that use the Amazon ECS compute platform, the target IDs are pairs of Amazon ECS clusters and services specified using the format ⁠<clustername>:<servicename>⁠. Their target type is ecsTarget.

  • For deployments that are deployed with CloudFormation, the target IDs are CloudFormation stack IDs. Their target type is cloudFormationTarget.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.