Class: DeploymentConfig

CodeDeploy.DeploymentConfig

new DeploymentConfig()

Properties:
Name Type Description
DeploymentConfigName String Required: No. A name for the deployment configuration. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment configuration name. For more information, see Name Type.ImportantIf you specify a name, you cannot do updates that require this resource to be replaced. You can still do updates that require no or some interruption. If you must replace the resource, specify a new name.Update requires: Replacement
MinimumHealthyHosts AWSCodeDeployDeploymentConfigMinimumHealthyHosts Required: No. The minimum number of healthy instances that must be available at any time during an AWS CodeDeploy deployment. For example, for a fleet of nine instances, if you specify a minimum of six healthy instances, AWS CodeDeploy deploys your application up to three instances at a time so that you always have six healthy instances. The deployment succeeds if your application successfully deploys to six or more instances; otherwise, the deployment fails.For more information about instance health, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.Update requires: Replacement
Source:

Extends

  • WKResource

CodeDeploy.DeploymentConfig

new DeploymentConfig()

Properties:
Name Type Description
DeploymentConfigName String Required: No. A name for the deployment configuration. If you don't specify a name, AWS CloudFormation generates a unique physical ID and uses that ID for the deployment configuration name. For more information, see Name Type.ImportantIf you specify a name, you cannot do updates that require this resource to be replaced. You can still do updates that require no or some interruption. If you must replace the resource, specify a new name.Update requires: Replacement
MinimumHealthyHosts AWSCodeDeployDeploymentConfigMinimumHealthyHosts Required: No. The minimum number of healthy instances that must be available at any time during an AWS CodeDeploy deployment. For example, for a fleet of nine instances, if you specify a minimum of six healthy instances, AWS CodeDeploy deploys your application up to three instances at a time so that you always have six healthy instances. The deployment succeeds if your application successfully deploys to six or more instances; otherwise, the deployment fails.For more information about instance health, see AWS CodeDeploy Instance Health in the AWS CodeDeploy User Guide.Update requires: Replacement
Source:

Extends

  • WKResource