codedeploy_get_deployment_group {paws.developer.tools} | R Documentation |
Gets information about a deployment group
Description
Gets information about a deployment group.
See https://www.paws-r-sdk.com/docs/codedeploy_get_deployment_group/ for full documentation.
Usage
codedeploy_get_deployment_group(applicationName, deploymentGroupName)
Arguments
applicationName |
[required] The name of an CodeDeploy application associated with the user or Amazon Web Services account. |
deploymentGroupName |
[required] The name of a deployment group for the specified application. |
[Package paws.developer.tools version 0.7.0 Index]