View source: R/codedeploy_operations.R
codedeploy_list_deployment_targets | R Documentation |
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
)
deploymentId |
[required] The unique ID of a deployment. |
nextToken |
A token identifier returned from the previous
|
targetFilters |
A key used to filter the returned targets. The two valid values are:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.