amazonka-billingconductor-2.0: Amazon BillingConductor 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.BillingConductor.Types.ComputationPreference

Description

 
Synopsis

Documentation

data ComputationPreference Source #

The preferences and settings that will be used to compute the Amazon Web Services charges for a billing group.

See: newComputationPreference smart constructor.

Constructors

ComputationPreference' 

Fields

  • pricingPlanArn :: Text

    The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.

Instances

Instances details
FromJSON ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

ToJSON ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

Generic ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

Associated Types

type Rep ComputationPreference :: Type -> Type #

Read ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

Show ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

NFData ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

Methods

rnf :: ComputationPreference -> () #

Eq ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

Hashable ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

type Rep ComputationPreference Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ComputationPreference

type Rep ComputationPreference = D1 ('MetaData "ComputationPreference" "Amazonka.BillingConductor.Types.ComputationPreference" "amazonka-billingconductor-2.0-1YoxVi69FkN1Nj28JbXXJ5" 'False) (C1 ('MetaCons "ComputationPreference'" 'PrefixI 'True) (S1 ('MetaSel ('Just "pricingPlanArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

newComputationPreference Source #

Create a value of ComputationPreference 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:pricingPlanArn:ComputationPreference', computationPreference_pricingPlanArn - The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.

computationPreference_pricingPlanArn :: Lens' ComputationPreference Text Source #

The Amazon Resource Name (ARN) of the pricing plan that's used to compute the Amazon Web Services charges for a billing group.