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 NumberThe streaming capacity that is allocated and ready to handle stream requests without delay.final StringA location's name.final NumberThe streaming capacity that Amazon GameLift Streams can allocate in response to stream requests, and then de-allocate when the session has terminated.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 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.LocationConfigurationPropertyThe streaming capacity that is allocated and ready to handle stream requests without delay.You pay for this capacity whether it's in use or not. Best for quickest time from streaming request to streaming session. Default is 1 (2 for high stream classes) when creating a stream group or adding a location.
- Specified by:
getAlwaysOnCapacityin interfaceCfnStreamGroup.LocationConfigurationProperty- See Also:
-
getOnDemandCapacity
Description copied from interface:CfnStreamGroup.LocationConfigurationPropertyThe 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 creating a stream group or adding a location.
- Specified by:
getOnDemandCapacityin 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()
-