Class CfnGameServerGroup.InstanceDefinitionProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gamelift.CfnGameServerGroup.InstanceDefinitionProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnGameServerGroup.InstanceDefinitionProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnGameServerGroup.InstanceDefinitionProperty
@Stability(Stable)
@Internal
public static final class CfnGameServerGroup.InstanceDefinitionProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnGameServerGroup.InstanceDefinitionProperty
An implementation for
CfnGameServerGroup.InstanceDefinitionProperty
-
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.CfnGameServerGroup.InstanceDefinitionProperty
CfnGameServerGroup.InstanceDefinitionProperty.Builder, CfnGameServerGroup.InstanceDefinitionProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnGameServerGroup.InstanceDefinitionProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
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 theCfnGameServerGroup.InstanceDefinitionProperty.Builder
.
-
-
Method Details
-
getInstanceType
Description copied from interface:CfnGameServerGroup.InstanceDefinitionProperty
An Amazon EC2 instance type designation.- Specified by:
getInstanceType
in interfaceCfnGameServerGroup.InstanceDefinitionProperty
- See Also:
-
getWeightedCapacity
Description copied from interface:CfnGameServerGroup.InstanceDefinitionProperty
Instance weighting that indicates how much this instance type contributes to the total capacity of a game server group.Instance weights are used by Amazon GameLift FleetIQ to calculate the instance type's cost per unit hour and better identify the most cost-effective options. For detailed information on weighting instance capacity, see Instance Weighting in the Amazon Elastic Compute Cloud Auto Scaling User Guide . Default value is "1".
- Specified by:
getWeightedCapacity
in interfaceCfnGameServerGroup.InstanceDefinitionProperty
- 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()
-