Class CfnContainerFleetPropsMixin.DeploymentConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerFleetPropsMixin.DeploymentConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleetPropsMixin.DeploymentConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleetPropsMixin.DeploymentConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleetPropsMixin.DeploymentConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleetPropsMixin.DeploymentConfigurationProperty
An implementation for
CfnContainerFleetPropsMixin.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.cfnpropertymixins.services.gamelift.CfnContainerFleetPropsMixin.DeploymentConfigurationProperty
CfnContainerFleetPropsMixin.DeploymentConfigurationProperty.Builder, CfnContainerFleetPropsMixin.DeploymentConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerFleetPropsMixin.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 theCfnContainerFleetPropsMixin.DeploymentConfigurationProperty.Builder.
-
-
Method Details
-
getImpairmentStrategy
Description copied from interface:CfnContainerFleetPropsMixin.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 interfaceCfnContainerFleetPropsMixin.DeploymentConfigurationProperty- See Also:
-
getMinimumHealthyPercentage
Description copied from interface:CfnContainerFleetPropsMixin.DeploymentConfigurationPropertySets a minimum level of healthy tasks to maintain during deployment activity.- Specified by:
getMinimumHealthyPercentagein interfaceCfnContainerFleetPropsMixin.DeploymentConfigurationProperty- See Also:
-
getProtectionStrategy
Description copied from interface:CfnContainerFleetPropsMixin.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 interfaceCfnContainerFleetPropsMixin.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()
-