Uses of Interface
software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig.MinimumHealthyHostsProperty
-
Uses of CfnDeploymentConfig.MinimumHealthyHostsProperty in software.amazon.awscdk.services.codedeploy
Modifier and TypeClassDescriptionstatic final class
An implementation forCfnDeploymentConfig.MinimumHealthyHostsProperty
Modifier and TypeMethodDescriptionCfnDeploymentConfig.MinimumHealthyHostsProperty.Builder.build()
Builds the configured instance.Modifier and TypeMethodDescriptionCfnDeploymentConfig.Builder.minimumHealthyHosts
(CfnDeploymentConfig.MinimumHealthyHostsProperty minimumHealthyHosts) The minimum number of healthy instances that should be available at any time during the deployment.CfnDeploymentConfigProps.Builder.minimumHealthyHosts
(CfnDeploymentConfig.MinimumHealthyHostsProperty minimumHealthyHosts) Sets the value ofCfnDeploymentConfigProps.getMinimumHealthyHosts()
void
CfnDeploymentConfig.setMinimumHealthyHosts
(CfnDeploymentConfig.MinimumHealthyHostsProperty value) The minimum number of healthy instances that should be available at any time during the deployment.