Class CfnService.CanaryConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.CanaryConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.CanaryConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.CanaryConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.CanaryConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.CanaryConfigurationProperty
An implementation for
CfnService.CanaryConfigurationProperty-
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.ecs.CfnService.CanaryConfigurationProperty
CfnService.CanaryConfigurationProperty.Builder, CfnService.CanaryConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.CanaryConfigurationProperty.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 amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision.final NumberThe percentage of production traffic to shift to the new service revision during the canary phase.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 theCfnService.CanaryConfigurationProperty.Builder.
-
-
Method Details
-
getCanaryBakeTimeInMinutes
Description copied from interface:CfnService.CanaryConfigurationPropertyThe amount of time in minutes to wait during the canary phase before shifting the remaining production traffic to the new service revision.Valid values are 0 to 1440 minutes (24 hours). The default value is 10.
- Specified by:
getCanaryBakeTimeInMinutesin interfaceCfnService.CanaryConfigurationProperty- See Also:
-
getCanaryPercent
Description copied from interface:CfnService.CanaryConfigurationPropertyThe percentage of production traffic to shift to the new service revision during the canary phase.Valid values are multiples of 0.1 from 0.1 to 100.0. The default value is 5.0.
- Specified by:
getCanaryPercentin interfaceCfnService.CanaryConfigurationProperty- 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()
-