Class CfnStreamGroup.LocationConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.gameliftstreams.CfnStreamGroup.LocationConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnStreamGroup.LocationConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnStreamGroup.LocationConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnStreamGroup.LocationConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnStreamGroup.LocationConfigurationProperty
An implementation for
CfnStreamGroup.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.services.gameliftstreams.CfnStreamGroup.LocationConfigurationProperty
CfnStreamGroup.LocationConfigurationProperty.Builder, CfnStreamGroup.LocationConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnStreamGroup.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 NumberThis setting, if non-zero, indicates minimum streaming capacity which is allocated to you and is never released back to the service.final StringA location's name.final Numberfinal NumberThis field is deprecated.final Numberfinal 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 theCfnStreamGroup.LocationConfigurationProperty.Builder.
-
-
Method Details
-
getLocationName
Description copied from interface:CfnStreamGroup.LocationConfigurationPropertyA location's name.For example,
us-east-1. For a complete list of locations that Amazon GameLift Streams supports, refer to Regions, quotas, and limitations in the Amazon GameLift Streams Developer Guide .- Specified by:
getLocationNamein interfaceCfnStreamGroup.LocationConfigurationProperty- See Also:
-
getAlwaysOnCapacity
Description copied from interface:CfnStreamGroup.LocationConfigurationPropertyThis setting, if non-zero, indicates minimum streaming capacity which is allocated to you and is never released back to the service.You pay for this base level of capacity at all times, whether used or idle.
- Specified by:
getAlwaysOnCapacityin interfaceCfnStreamGroup.LocationConfigurationProperty- See Also:
-
getMaximumCapacity
- Specified by:
getMaximumCapacityin interfaceCfnStreamGroup.LocationConfigurationProperty- See Also:
-
getOnDemandCapacity
Description copied from interface:CfnStreamGroup.LocationConfigurationPropertyThis field is deprecated. Use MaximumCapacity instead. This parameter is ignored when MaximumCapacity is specified.The streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated. This offers a cost control measure at the expense of a greater startup time (typically under 5 minutes). Default is 0 when you create a stream group or add a location.
- Specified by:
getOnDemandCapacityin interfaceCfnStreamGroup.LocationConfigurationProperty- See Also:
-
getTargetIdleCapacity
- Specified by:
getTargetIdleCapacityin interfaceCfnStreamGroup.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()
-