public static interface CfnFleet.AnywhereConfigurationProperty
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();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnFleet.AnywhereConfigurationProperty.Builder
A builder for
CfnFleet.AnywhereConfigurationProperty |
static class |
CfnFleet.AnywhereConfigurationProperty.Jsii$Proxy
An implementation for
CfnFleet.AnywhereConfigurationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnFleet.AnywhereConfigurationProperty.Builder |
builder() |
java.lang.String |
getCost()
The cost to run your fleet per hour.
|
java.lang.String getCost()
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 .
static CfnFleet.AnywhereConfigurationProperty.Builder builder()