aws-cdk-lib.aws_gamelift.CfnFleet.AnywhereConfigurationProperty

interface AnywhereConfigurationProperty

LanguageType name
.NETAmazon.CDK.AWS.GameLift.CfnFleet.AnywhereConfigurationProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsgamelift#CfnFleet_AnywhereConfigurationProperty
Javasoftware.amazon.awscdk.services.gamelift.CfnFleet.AnywhereConfigurationProperty
Pythonaws_cdk.aws_gamelift.CfnFleet.AnywhereConfigurationProperty
TypeScript aws-cdk-lib » 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 { aws_gamelift as gamelift } from 'aws-cdk-lib';
const anywhereConfigurationProperty: gamelift.CfnFleet.AnywhereConfigurationProperty = {
  cost: 'cost',
};

Properties

NameTypeDescription
coststringThe 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 .