deploymentMode
The type of deployment to create. Valid values are:
STANDARD: Deploys the specified revision. This is the default behavior ifdeploymentModeis not specified.RESTART: Restarts the application on the target instances using the revision from the deployment group's last successful deployment, without downloading a new revision.RESTARTis supported only for EC2/On-premises in-place deployments.WhendeploymentModeisRESTART, the following apply:The call is rejected for Amazon ECS and Lambda deployments.
The
revisionparameter (including itss3LocationandgitHubLocation) must not be specified, and is rejected if provided. The revision is resolved by the service from the deployment group's last successful deployment.The
updateOutdatedInstancesOnlyparameter must not be set totrue, and is rejected if provided.