interface AnywhereConfigurationProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.GameLift.Mixins.CfnFleetPropsMixin.AnywhereConfigurationProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsgamelift/mixins#CfnFleetPropsMixin_AnywhereConfigurationProperty |
Java | software.amazon.awscdk.mixins.preview.services.gamelift.mixins.CfnFleetPropsMixin.AnywhereConfigurationProperty |
Python | aws_cdk.mixins_preview.aws_gamelift.mixins.CfnFleetPropsMixin.AnywhereConfigurationProperty |
TypeScript | @aws-cdk/mixins-preview » aws_gamelift » mixins » CfnFleetPropsMixin » AnywhereConfigurationProperty |
Amazon GameLift Servers 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 { mixins as gamelift_mixins } from '@aws-cdk/mixins-preview/aws-gamelift';
const anywhereConfigurationProperty: gamelift_mixins.CfnFleetPropsMixin.AnywhereConfigurationProperty = {
cost: 'cost',
};
Properties
| Name | Type | Description |
|---|---|---|
| cost? | string | The cost to run your fleet per hour. |
cost?
Type:
string
(optional)
The cost to run your fleet per hour.
Amazon GameLift Servers 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 Servers Developer Guide .

.NET
Go
Java
Python
TypeScript