Delete Deployment Group
codedeploy_delete_deployment_group | R Documentation |
Deletes a deployment group¶
Description¶
Deletes a deployment group.
Usage¶
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.
Value¶
A list with the following syntax:
list(
hooksNotCleanedUp = list(
list(
name = "string",
hook = "string",
terminationHook = "string"
)
)
)