Interface CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Jsii$Proxy
- Enclosing class:
CfnDeploymentConfigPropsMixin
@Stability(Stable)
public static interface CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty
extends software.amazon.jsii.JsiiSerializable
Information about the minimum number of healthy instances per Availability Zone.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.codedeploy.mixins.*;
MinimumHealthyHostsPerZoneProperty minimumHealthyHostsPerZoneProperty = MinimumHealthyHostsPerZoneProperty.builder()
.type("type")
.value(123)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
Thetypeassociated with theMinimumHealthyHostsPerZoneoption.- See Also:
-
getValue
Thevalueassociated with theMinimumHealthyHostsPerZoneoption.- See Also:
-
builder
@Stability(Stable) static CfnDeploymentConfigPropsMixin.MinimumHealthyHostsPerZoneProperty.Builder builder()
-