Class CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.sagemaker.CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty
@Stability(Stable)
@Internal
public static final class CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty
An implementation for
CfnEndpointPropsMixin.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.cfnpropertymixins.services.sagemaker.CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty
CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty.Builder, CfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnEndpointPropsMixin.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 theCfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty.Builder.
-
-
Method Details
-
getMaximumExecutionTimeoutInSeconds
Description copied from interface:CfnEndpointPropsMixin.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 interfaceCfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty- See Also:
-
getTerminationWaitInSeconds
Description copied from interface:CfnEndpointPropsMixin.BlueGreenUpdatePolicyPropertyAdditional waiting time in seconds after the completion of an endpoint deployment before terminating the old endpoint fleet.Default is 0.
- Specified by:
getTerminationWaitInSecondsin interfaceCfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty- See Also:
-
getTrafficRoutingConfiguration
Description copied from interface:CfnEndpointPropsMixin.BlueGreenUpdatePolicyPropertyDefines the traffic routing strategy to shift traffic from the old fleet to the new fleet during an endpoint deployment.Returns union: either
IResolvableorCfnEndpointPropsMixin.TrafficRoutingConfigProperty- Specified by:
getTrafficRoutingConfigurationin interfaceCfnEndpointPropsMixin.BlueGreenUpdatePolicyProperty- 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()
-