Continues or rolls back an Amazon ECS service deployment that is paused at a lifecycle hook
Source:R/ecs_operations.R
ecs_continue_service_deployment.RdContinues or rolls back an Amazon ECS service deployment that is paused at a lifecycle hook.
See https://www.paws-r-sdk.com/docs/ecs_continue_service_deployment/ for full documentation.
Arguments
- serviceDeploymentArn
[required] The ARN of the service deployment to continue or roll back.
- hookId
[required] The ID of the paused lifecycle hook to act on. You can find the
hookIdby callingdescribe_service_deploymentsand inspecting thelifecycleHookDetailsfield of the service deployment.- action
The action to take on the paused lifecycle hook. Valid values are:
CONTINUE- Proceeds the deployment to the next lifecycle stage.ROLLBACK- Rolls back the deployment to the previous service revision.
If no value is specified, the default action is
CONTINUE.