amazonka-gamelift-2.0: Amazon GameLift SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.GameLift.Types.AnywhereConfiguration

Description

 
Synopsis

Documentation

data AnywhereConfiguration Source #

GameLift Anywhere configuration options for your Anywhere fleets.

See: newAnywhereConfiguration smart constructor.

Constructors

AnywhereConfiguration' 

Fields

  • cost :: Text

    The cost to run your fleet per hour. GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues.

Instances

Instances details
FromJSON AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

ToJSON AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

Generic AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

Associated Types

type Rep AnywhereConfiguration :: Type -> Type #

Read AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

Show AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

NFData AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

Methods

rnf :: AnywhereConfiguration -> () #

Eq AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

Hashable AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

type Rep AnywhereConfiguration Source # 
Instance details

Defined in Amazonka.GameLift.Types.AnywhereConfiguration

type Rep AnywhereConfiguration = D1 ('MetaData "AnywhereConfiguration" "Amazonka.GameLift.Types.AnywhereConfiguration" "amazonka-gamelift-2.0-IjhNQby9jLV6gj30IrgsyK" 'False) (C1 ('MetaCons "AnywhereConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "cost") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newAnywhereConfiguration Source #

Create a value of AnywhereConfiguration with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:cost:AnywhereConfiguration', anywhereConfiguration_cost - The cost to run your fleet per hour. GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues.

anywhereConfiguration_cost :: Lens' AnywhereConfiguration Text Source #

The cost to run your fleet per hour. GameLift uses the provided cost of your fleet to balance usage in queues. For more information about queues, see Setting up queues.