Interface ServerDeploymentConfigProps
- All Superinterfaces:
BaseDeploymentConfigOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
ServerDeploymentConfigProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.116.0 (build 0eddcff)",
date="2025-10-24T13:34:33.668Z")
@Stability(Stable)
public interface ServerDeploymentConfigProps
extends software.amazon.jsii.JsiiSerializable, BaseDeploymentConfigOptions
Construction properties of
ServerDeploymentConfig.
Example:
ServerDeploymentConfig deploymentConfig = ServerDeploymentConfig.Builder.create(this, "DeploymentConfiguration")
.deploymentConfigName("MyDeploymentConfiguration") // optional property
// one of these is required, but both cannot be specified at the same time
.minimumHealthyHosts(MinimumHealthyHosts.count(2))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forServerDeploymentConfigPropsstatic final classAn implementation forServerDeploymentConfigProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Minimum number of healthy hosts.default ZonalConfigConfigure CodeDeploy to deploy your application to one Availability Zone at a time within an AWS Region.Methods inherited from interface software.amazon.awscdk.services.codedeploy.BaseDeploymentConfigOptions
getDeploymentConfigNameMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getMinimumHealthyHosts
Minimum number of healthy hosts. -
getZonalConfig
Configure CodeDeploy to deploy your application to one Availability Zone at a time within an AWS Region.Default: - deploy your application to a random selection of hosts across a Region
-
builder
-