Class CfnEndpoint.BlueGreenUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.sagemaker.CfnEndpoint.BlueGreenUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpoint.BlueGreenUpdatePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnEndpoint.BlueGreenUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnEndpoint.BlueGreenUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpoint.BlueGreenUpdatePolicyProperty
An implementation for
CfnEndpoint.BlueGreenUpdatePolicyProperty-
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.sagemaker.CfnEndpoint.BlueGreenUpdatePolicyProperty
CfnEndpoint.BlueGreenUpdatePolicyProperty.Builder, CfnEndpoint.BlueGreenUpdatePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpoint.BlueGreenUpdatePolicyProperty.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 NumberMaximum execution timeout for the deployment.final NumberAdditional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet.final ObjectDefines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.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 theCfnEndpoint.BlueGreenUpdatePolicyProperty.Builder.
-
-
Method Details
-
getTrafficRoutingConfiguration
Description copied from interface:CfnEndpoint.BlueGreenUpdatePolicyPropertyDefines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.- Specified by:
getTrafficRoutingConfigurationin interfaceCfnEndpoint.BlueGreenUpdatePolicyProperty
-
getMaximumExecutionTimeoutInSeconds
Description copied from interface:CfnEndpoint.BlueGreenUpdatePolicyPropertyMaximum execution timeout for the deployment.Note that the timeout value should be larger than the total waiting time specified in
TerminationWaitInSecondsandWaitIntervalInSeconds.- Specified by:
getMaximumExecutionTimeoutInSecondsin interfaceCfnEndpoint.BlueGreenUpdatePolicyProperty
-
getTerminationWaitInSeconds
Description copied from interface:CfnEndpoint.BlueGreenUpdatePolicyPropertyAdditional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet.Default is 0.
- Specified by:
getTerminationWaitInSecondsin interfaceCfnEndpoint.BlueGreenUpdatePolicyProperty
-
$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()
-