View source: R/codedeploy_operations.R
codedeploy_batch_get_deployment_targets | R Documentation |
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.
codedeploy_batch_get_deployment_targets(deploymentId, targetIds)
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.
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.