Class CfnFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.gamelift.CfnFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFleetPropsMixin.LocationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFleetPropsMixin.LocationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFleetPropsMixin.LocationConfigurationProperty
An implementation for
CfnFleetPropsMixin.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.CfnFleetPropsMixin.LocationConfigurationProperty
CfnFleetPropsMixin.LocationConfigurationProperty.Builder, CfnFleetPropsMixin.LocationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFleetPropsMixin.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 for managed EC2 fleets and managed container fleets.final StringThe player gateway status for the 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 theCfnFleetPropsMixin.LocationConfigurationProperty.Builder.
-
-
Method Details
-
getLocation
Description copied from interface:CfnFleetPropsMixin.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 interfaceCfnFleetPropsMixin.LocationConfigurationProperty- See Also:
-
getLocationCapacity
Description copied from interface:CfnFleetPropsMixin.LocationConfigurationPropertyCurrent resource capacity settings for managed EC2 fleets and managed container fleets.For multi-location fleets, location values might refer to a fleet's remote location or its home Region.
Returned by: DescribeFleetCapacity , DescribeFleetLocationCapacity , UpdateFleetCapacity
Returns union: either
IResolvableorCfnFleetPropsMixin.LocationCapacityProperty- Specified by:
getLocationCapacityin interfaceCfnFleetPropsMixin.LocationConfigurationProperty- See Also:
-
getPlayerGatewayStatus
Description copied from interface:CfnFleetPropsMixin.LocationConfigurationPropertyThe player gateway status for the location.- Specified by:
getPlayerGatewayStatusin interfaceCfnFleetPropsMixin.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()
-