Class CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.codedeploy.CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty
@Stability(Stable)
@Internal
public static final class CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty
An implementation for
CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty-
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.cfnpropertymixins.services.codedeploy.CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty
CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.Builder, CfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.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 number of minutes between the first and second traffic shifts of aTimeBasedCanarydeployment.final NumberThe percentage of traffic to shift in the first increment of aTimeBasedCanarydeployment.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 theCfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty.Builder.
-
-
Method Details
-
getCanaryInterval
Description copied from interface:CfnDeploymentConfigPropsMixin.TimeBasedCanaryPropertyThe number of minutes between the first and second traffic shifts of aTimeBasedCanarydeployment.- Specified by:
getCanaryIntervalin interfaceCfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty- See Also:
-
getCanaryPercentage
Description copied from interface:CfnDeploymentConfigPropsMixin.TimeBasedCanaryPropertyThe percentage of traffic to shift in the first increment of aTimeBasedCanarydeployment.- Specified by:
getCanaryPercentagein interfaceCfnDeploymentConfigPropsMixin.TimeBasedCanaryProperty- 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()
-