Class CfnDeployment.CanarySettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnDeployment.CanarySettingProperty.Jsii$Proxy
- All Implemented Interfaces:
 CfnDeployment.CanarySettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
 CfnDeployment.CanarySettingProperty
@Stability(Stable)
@Internal
public static final class CfnDeployment.CanarySettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeployment.CanarySettingProperty
An implementation for 
CfnDeployment.CanarySettingProperty- 
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.apigateway.CfnDeployment.CanarySettingProperty
CfnDeployment.CanarySettingProperty.Builder, CfnDeployment.CanarySettingProperty.Jsii$Proxy - 
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeployment.CanarySettingProperty.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 percent (0-100) of traffic diverted to a canary deployment.final ObjectStage variables overridden for a canary release deployment, including new stage variables introduced in the canary.final ObjectA Boolean flag to indicate whether the canary deployment uses the stage cache or not.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 theCfnDeployment.CanarySettingProperty.Builder. 
 - 
 - 
Method Details
- 
getPercentTraffic
Description copied from interface:CfnDeployment.CanarySettingPropertyThe percent (0-100) of traffic diverted to a canary deployment.- Specified by:
 getPercentTrafficin interfaceCfnDeployment.CanarySettingProperty- See Also:
 
 - 
getStageVariableOverrides
Description copied from interface:CfnDeployment.CanarySettingPropertyStage variables overridden for a canary release deployment, including new stage variables introduced in the canary.These stage variables are represented as a string-to-string map between stage variable names and their values.
Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
 getStageVariableOverridesin interfaceCfnDeployment.CanarySettingProperty- See Also:
 
 - 
getUseStageCache
Description copied from interface:CfnDeployment.CanarySettingPropertyA Boolean flag to indicate whether the canary deployment uses the stage cache or not.Returns union: either
BooleanorIResolvable- Specified by:
 getUseStageCachein interfaceCfnDeployment.CanarySettingProperty- 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() 
 -