interface AnywhereConfigurationProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.GameLift.CfnFleet.AnywhereConfigurationProperty |
![]() | software.amazon.awscdk.services.gamelift.CfnFleet.AnywhereConfigurationProperty |
![]() | aws_cdk.aws_gamelift.CfnFleet.AnywhereConfigurationProperty |
![]() | @aws-cdk/aws-gamelift » CfnFleet » AnywhereConfigurationProperty |
Amazon GameLift Anywhere 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 * as gamelift from '@aws-cdk/aws-gamelift';
const anywhereConfigurationProperty: gamelift.CfnFleet.AnywhereConfigurationProperty = {
cost: 'cost',
};
Properties
Name | Type | Description |
---|---|---|
cost | string | The cost to run your fleet per hour. |
cost
Type:
string
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 .