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