Interface CfnFleet.AnywhereConfigurationProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnFleet.AnywhereConfigurationProperty.Jsii$Proxy
- Enclosing class:
CfnFleet
@Stability(Stable)
public static interface CfnFleet.AnywhereConfigurationProperty
extends software.amazon.jsii.JsiiSerializable
Amazon GameLift configuration options for your Anywhere fleets.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.gamelift.*; AnywhereConfigurationProperty anywhereConfigurationProperty = AnywhereConfigurationProperty.builder() .cost("cost") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnFleet.AnywhereConfigurationProperty
static final class
An implementation forCfnFleet.AnywhereConfigurationProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCost
The cost to run your fleet per hour.Amazon GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues in the Amazon GameLift Developer Guide .
- See Also:
-
builder
-