Class CfnStage.CanarySettingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigateway.CfnStage.CanarySettingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStage.CanarySettingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStage.CanarySettingProperty
@Stability(Stable)
@Internal
public static final class CfnStage.CanarySettingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStage.CanarySettingProperty
An implementation for
CfnStage.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.CfnStage.CanarySettingProperty
CfnStage.CanarySettingProperty.Builder, CfnStage.CanarySettingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStage.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 StringThe ID of the canary deployment.final 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 theCfnStage.CanarySettingProperty.Builder.
-
-
Method Details
-
getDeploymentId
Description copied from interface:CfnStage.CanarySettingPropertyThe ID of the canary deployment.- Specified by:
getDeploymentIdin interfaceCfnStage.CanarySettingProperty- See Also:
-
getPercentTraffic
Description copied from interface:CfnStage.CanarySettingPropertyThe percent (0-100) of traffic diverted to a canary deployment.- Specified by:
getPercentTrafficin interfaceCfnStage.CanarySettingProperty- See Also:
-
getStageVariableOverrides
Description copied from interface:CfnStage.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 interfaceCfnStage.CanarySettingProperty- See Also:
-
getUseStageCache
Description copied from interface:CfnStage.CanarySettingPropertyA Boolean flag to indicate whether the canary deployment uses the stage cache or not.Returns union: either
BooleanorIResolvable- Specified by:
getUseStageCachein interfaceCfnStage.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()
-