@Stability(value=Stable) @Internal public static final class CfnEndpoint.TrafficRoutingConfigProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnEndpoint.TrafficRoutingConfigProperty
CfnEndpoint.TrafficRoutingConfigPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnEndpoint.TrafficRoutingConfigProperty.Builder, CfnEndpoint.TrafficRoutingConfigProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnEndpoint.TrafficRoutingConfigProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnEndpoint.AlarmProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getCanarySize()
Batch size for the first step to turn on traffic on the new endpoint fleet.
|
Object |
getLinearStepSize()
Batch size for each step to turn on traffic on the new endpoint fleet.
|
String |
getType()
Traffic routing strategy type.
|
Number |
getWaitIntervalInSeconds()
The waiting time (in seconds) between incremental steps to turn on traffic on the new endpoint fleet.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnEndpoint.TrafficRoutingConfigProperty.Builder builder)
CfnEndpoint.AlarmProperty.Builder.public final String getType()
CfnEndpoint.TrafficRoutingConfigProperty
ALL_AT_ONCE : Endpoint traffic shifts to the new fleet in a single step.CANARY : Endpoint traffic shifts to the new fleet in two steps. The first step is the canary, which is a small portion of the traffic. The second step is the remainder of the traffic.LINEAR : Endpoint traffic shifts to the new fleet in n steps of a configurable size.getType in interface CfnEndpoint.TrafficRoutingConfigPropertypublic final Object getCanarySize()
CfnEndpoint.TrafficRoutingConfigProperty
Value must be less than or equal to 50% of the variant's total instance count.
getCanarySize in interface CfnEndpoint.TrafficRoutingConfigPropertypublic final Object getLinearStepSize()
CfnEndpoint.TrafficRoutingConfigProperty
Value must be 10-50% of the variant's total instance count.
getLinearStepSize in interface CfnEndpoint.TrafficRoutingConfigPropertypublic final Number getWaitIntervalInSeconds()
CfnEndpoint.TrafficRoutingConfigPropertygetWaitIntervalInSeconds in interface CfnEndpoint.TrafficRoutingConfigProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.