Interface CfnFleet.IAnywhereConfigurationProperty
Amazon GameLift configuration options for your Anywhere fleets.
Namespace: Amazon.CDK.AWS.GameLift
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IAnywhereConfigurationProperty
Syntax (vb)
Public Interface IAnywhereConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.GameLift;
var anywhereConfigurationProperty = new AnywhereConfigurationProperty {
Cost = "cost"
};
Synopsis
Properties
Cost | The cost to run your fleet per hour. |
Properties
Cost
The cost to run your fleet per hour.
string Cost { get; }
Property Value
System.
Remarks
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 .