Class CfnContainerFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnContainerFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleetPropsMixin.LocationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleetPropsMixin.LocationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleetPropsMixin.LocationConfigurationProperty
An implementation for
CfnContainerFleetPropsMixin.LocationConfigurationProperty-
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.LocationConfigurationProperty
CfnContainerFleetPropsMixin.LocationConfigurationProperty.Builder, CfnContainerFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerFleetPropsMixin.LocationConfigurationProperty.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 StringAn AWS Region code, such asus-west-2.final ObjectCurrent resource capacity settings in a specified fleet or location.final StringThe player gateway status for the location.A list of fleet actions that have been suspended in the fleet location.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.LocationConfigurationProperty.Builder.
-
-
Method Details
-
getLocation
Description copied from interface:CfnContainerFleetPropsMixin.LocationConfigurationPropertyAn AWS Region code, such asus-west-2.For a list of supported Regions and Local Zones, see Amazon GameLift Servers service locations for managed hosting.
- Specified by:
getLocationin interfaceCfnContainerFleetPropsMixin.LocationConfigurationProperty- See Also:
-
getLocationCapacity
Description copied from interface:CfnContainerFleetPropsMixin.LocationConfigurationPropertyCurrent resource capacity settings in a specified fleet or location.The location value might refer to a fleet's remote location or its home Region.
Returns union: either
IResolvableorCfnContainerFleetPropsMixin.LocationCapacityProperty- Specified by:
getLocationCapacityin interfaceCfnContainerFleetPropsMixin.LocationConfigurationProperty- See Also:
-
getPlayerGatewayStatus
Description copied from interface:CfnContainerFleetPropsMixin.LocationConfigurationPropertyThe player gateway status for the location.- Specified by:
getPlayerGatewayStatusin interfaceCfnContainerFleetPropsMixin.LocationConfigurationProperty- See Also:
-
getStoppedActions
Description copied from interface:CfnContainerFleetPropsMixin.LocationConfigurationPropertyA list of fleet actions that have been suspended in the fleet location.- Specified by:
getStoppedActionsin interfaceCfnContainerFleetPropsMixin.LocationConfigurationProperty- 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()
-