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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.apigateway.CfnStage.CanarySettingProperty
CfnStage.CanarySettingProperty.Builder, CfnStage.CanarySettingProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnStage.CanarySettingProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The ID of the canary deployment.final Number
The percent (0-100) of traffic diverted to a canary deployment.final Object
Stage variables overridden for a canary release deployment, including new stage variables introduced in the canary.final Object
A Boolean flag to indicate whether the canary deployment uses the stage cache or not.final int
hashCode()
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.CanarySettingProperty
The ID of the canary deployment.- Specified by:
getDeploymentId
in interfaceCfnStage.CanarySettingProperty
-
getPercentTraffic
Description copied from interface:CfnStage.CanarySettingProperty
The percent (0-100) of traffic diverted to a canary deployment.- Specified by:
getPercentTraffic
in interfaceCfnStage.CanarySettingProperty
-
getStageVariableOverrides
Description copied from interface:CfnStage.CanarySettingProperty
Stage 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.
- Specified by:
getStageVariableOverrides
in interfaceCfnStage.CanarySettingProperty
-
getUseStageCache
Description copied from interface:CfnStage.CanarySettingProperty
A Boolean flag to indicate whether the canary deployment uses the stage cache or not.- Specified by:
getUseStageCache
in interfaceCfnStage.CanarySettingProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-