Class CfnService.LinearConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ecs.CfnService.LinearConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnService.LinearConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnService.LinearConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnService.LinearConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnService.LinearConfigurationProperty
An implementation for
CfnService.LinearConfigurationProperty-
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.ecs.CfnService.LinearConfigurationProperty
CfnService.LinearConfigurationProperty.Builder, CfnService.LinearConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnService.LinearConfigurationProperty.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 NumberThe amount of time in minutes to wait between each traffic shifting step during a linear deployment.final NumberThe percentage of production traffic to shift in each step during a linear 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 theCfnService.LinearConfigurationProperty.Builder.
-
-
Method Details
-
getStepBakeTimeInMinutes
Description copied from interface:CfnService.LinearConfigurationPropertyThe amount of time in minutes to wait between each traffic shifting step during a linear deployment.Valid values are 0 to 1440 minutes (24 hours). The default value is 6. This bake time is not applied after reaching 100 percent traffic.
- Specified by:
getStepBakeTimeInMinutesin interfaceCfnService.LinearConfigurationProperty- See Also:
-
getStepPercent
Description copied from interface:CfnService.LinearConfigurationPropertyThe percentage of production traffic to shift in each step during a linear deployment.Valid values are multiples of 0.1 from 3.0 to 100.0. The default value is 10.0.
- Specified by:
getStepPercentin interfaceCfnService.LinearConfigurationProperty- 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()
-