Class TrafficRoutingConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.codedeploy.TrafficRoutingConfig.Jsii$Proxy
- All Implemented Interfaces:
TrafficRoutingConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
TrafficRoutingConfig
@Stability(Stable)
@Internal
public static final class TrafficRoutingConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements TrafficRoutingConfig
An implementation for
TrafficRoutingConfig-
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.TrafficRoutingConfig
TrafficRoutingConfig.Builder, TrafficRoutingConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(TrafficRoutingConfig.Builder builder) Constructor that initializes the object based on literal property values passed by theTrafficRoutingConfig.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 booleanA configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments.A configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment.final StringgetType()The type of traffic shifting (TimeBasedCanaryorTimeBasedLinear) used by a deployment configuration.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 theTrafficRoutingConfig.Builder.
-
-
Method Details
-
getType
Description copied from interface:TrafficRoutingConfigThe type of traffic shifting (TimeBasedCanaryorTimeBasedLinear) used by a deployment configuration.- Specified by:
getTypein interfaceTrafficRoutingConfig
-
getTimeBasedCanary
Description copied from interface:TrafficRoutingConfigA configuration that shifts traffic from one version of a Lambda function or ECS task set to another in two increments.Default: none
- Specified by:
getTimeBasedCanaryin interfaceTrafficRoutingConfig
-
getTimeBasedLinear
Description copied from interface:TrafficRoutingConfigA configuration that shifts traffic from one version of a Lambda function or Amazon ECS task set to another in equal increments, with an equal number of minutes between each increment.Default: none
- Specified by:
getTimeBasedLinearin interfaceTrafficRoutingConfig
-
$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()
-