Class CfnDeploymentConfig.ZonalConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentConfig.ZonalConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentConfig.ZonalConfigProperty
CfnDeploymentConfig.ZonalConfigProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codedeploy.CfnDeploymentConfig.ZonalConfigProperty
CfnDeploymentConfig.ZonalConfigProperty.Builder, CfnDeploymentConfig.ZonalConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentConfig.ZonalConfigProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal NumberThe period of time, in seconds, that CodeDeploy must wait after completing a deployment to the first Availability Zone.final ObjectThe number or percentage of instances that must remain available per Availability Zone during a deployment.final NumberThe period of time, in seconds, that CodeDeploy must wait after completing a deployment to an Availability Zone.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnDeploymentConfig.ZonalConfigProperty.Builder.
-
-
Method Details
-
getFirstZoneMonitorDurationInSeconds
Description copied from interface:CfnDeploymentConfig.ZonalConfigPropertyThe period of time, in seconds, that CodeDeploy must wait after completing a deployment to the first Availability Zone.CodeDeploy will wait this amount of time before starting a deployment to the second Availability Zone. You might set this option if you want to allow extra bake time for the first Availability Zone. If you don't specify a value for
firstZoneMonitorDurationInSeconds, then CodeDeploy uses themonitorDurationInSecondsvalue for the first Availability Zone.For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide .
- Specified by:
getFirstZoneMonitorDurationInSecondsin interfaceCfnDeploymentConfig.ZonalConfigProperty- See Also:
-
getMinimumHealthyHostsPerZone
Description copied from interface:CfnDeploymentConfig.ZonalConfigPropertyThe number or percentage of instances that must remain available per Availability Zone during a deployment.This option works in conjunction with the
MinimumHealthyHostsoption. For more information, see About the minimum number of healthy hosts per Availability Zone in the CodeDeploy User Guide .If you don't specify the
minimumHealthyHostsPerZoneoption, then CodeDeploy uses a default value of0percent.For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide .
Returns union: either
IResolvableorCfnDeploymentConfig.MinimumHealthyHostsPerZoneProperty- Specified by:
getMinimumHealthyHostsPerZonein interfaceCfnDeploymentConfig.ZonalConfigProperty- See Also:
-
getMonitorDurationInSeconds
Description copied from interface:CfnDeploymentConfig.ZonalConfigPropertyThe period of time, in seconds, that CodeDeploy must wait after completing a deployment to an Availability Zone.CodeDeploy will wait this amount of time before starting a deployment to the next Availability Zone. Consider adding a monitor duration to give the deployment some time to prove itself (or 'bake') in one Availability Zone before it is released in the next zone. If you don't specify a
monitorDurationInSeconds, CodeDeploy starts deploying to the next Availability Zone immediately.For more information about the zonal configuration feature, see zonal configuration in the CodeDeploy User Guide .
- Specified by:
getMonitorDurationInSecondsin interfaceCfnDeploymentConfig.ZonalConfigProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-