Class CfnContainerFleet.LocationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnContainerFleet.LocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerFleet.LocationConfigurationProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerFleet.LocationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerFleet.LocationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerFleet.LocationConfigurationProperty
An implementation for
CfnContainerFleet.LocationConfigurationProperty
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.gamelift.CfnContainerFleet.LocationConfigurationProperty
CfnContainerFleet.LocationConfigurationProperty.Builder, CfnContainerFleet.LocationConfigurationProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnContainerFleet.LocationConfigurationProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
An AWS Region code, such asus-west-2
.final Object
Current resource capacity settings in a specified fleet or location.A list of fleet actions that have been suspended in the fleet location.final int
hashCode()
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.LocationConfigurationProperty.Builder
.
-
-
Method Details
-
getLocation
Description copied from interface:CfnContainerFleet.LocationConfigurationProperty
An AWS Region code, such asus-west-2
.For a list of supported Regions and Local Zones, see Amazon GameLift service locations for managed hosting.
- Specified by:
getLocation
in interfaceCfnContainerFleet.LocationConfigurationProperty
- See Also:
-
getLocationCapacity
Description copied from interface:CfnContainerFleet.LocationConfigurationProperty
Current resource capacity settings in a specified fleet or location.The location value might refer to a fleet's remote location or its home Region.
- Specified by:
getLocationCapacity
in interfaceCfnContainerFleet.LocationConfigurationProperty
- See Also:
-
getStoppedActions
Description copied from interface:CfnContainerFleet.LocationConfigurationProperty
A list of fleet actions that have been suspended in the fleet location.- Specified by:
getStoppedActions
in interfaceCfnContainerFleet.LocationConfigurationProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-