Class CfnContainerFleet.DeploymentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerFleet.DeploymentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleet.DeploymentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleet.DeploymentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleet.DeploymentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleet.DeploymentConfigurationProperty
An implementation for
CfnContainerFleet.DeploymentConfigurationProperty-
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.gamelift.CfnContainerFleet.DeploymentConfigurationProperty
CfnContainerFleet.DeploymentConfigurationProperty.Builder, CfnContainerFleet.DeploymentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerFleet.DeploymentConfigurationProperty.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 StringDetermines what actions to take if a deployment fails.final NumberSets a minimum level of healthy tasks to maintain during deployment activity.final StringDetermines how fleet deployment activity affects active game sessions on the fleet.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 theCfnContainerFleet.DeploymentConfigurationProperty.Builder.
-
-
Method Details
-
getImpairmentStrategy
Description copied from interface:CfnContainerFleet.DeploymentConfigurationPropertyDetermines what actions to take if a deployment fails.If the fleet is multi-location, this strategy applies across all fleet locations. With a rollback strategy, updated fleet instances are rolled back to the last successful deployment. Alternatively, you can maintain a few impaired containers for the purpose of debugging, while all other tasks return to the last successful deployment.
- Specified by:
getImpairmentStrategyin interfaceCfnContainerFleet.DeploymentConfigurationProperty- See Also:
-
getMinimumHealthyPercentage
Description copied from interface:CfnContainerFleet.DeploymentConfigurationPropertySets a minimum level of healthy tasks to maintain during deployment activity.- Specified by:
getMinimumHealthyPercentagein interfaceCfnContainerFleet.DeploymentConfigurationProperty- See Also:
-
getProtectionStrategy
Description copied from interface:CfnContainerFleet.DeploymentConfigurationPropertyDetermines how fleet deployment activity affects active game sessions on the fleet.With protection, a deployment honors game session protection, and delays actions that would interrupt a protected active game session until the game session ends. Without protection, deployment activity can shut down all running tasks, including active game sessions, regardless of game session protection.
- Specified by:
getProtectionStrategyin interfaceCfnContainerFleet.DeploymentConfigurationProperty- 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()
-