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.ListAccountAssociationsFilter

Description

 
Synopsis

Documentation

data ListAccountAssociationsFilter Source #

The filter on the account ID of the linked account, or any of the following:

MONITORED: linked accounts that are associated to billing groups.

UNMONITORED: linked accounts that are not associated to billing groups.

Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.

See: newListAccountAssociationsFilter smart constructor.

Constructors

ListAccountAssociationsFilter' 

Fields

  • accountId :: Maybe Text

    The Amazon Web Services account ID to filter on.

  • association :: Maybe Text

    MONITORED: linked accounts that are associated to billing groups.

    UNMONITORED: linked accounts that are not associated to billing groups.

    Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.

Instances

Instances details
ToJSON ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

Generic ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

Associated Types

type Rep ListAccountAssociationsFilter :: Type -> Type #

Read ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

Show ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

NFData ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

Eq ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

Hashable ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

type Rep ListAccountAssociationsFilter Source # 
Instance details

Defined in Amazonka.BillingConductor.Types.ListAccountAssociationsFilter

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

newListAccountAssociationsFilter :: ListAccountAssociationsFilter Source #

Create a value of ListAccountAssociationsFilter 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:accountId:ListAccountAssociationsFilter', listAccountAssociationsFilter_accountId - The Amazon Web Services account ID to filter on.

$sel:association:ListAccountAssociationsFilter', listAccountAssociationsFilter_association - MONITORED: linked accounts that are associated to billing groups.

UNMONITORED: linked accounts that are not associated to billing groups.

Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.

listAccountAssociationsFilter_association :: Lens' ListAccountAssociationsFilter (Maybe Text) Source #

MONITORED: linked accounts that are associated to billing groups.

UNMONITORED: linked accounts that are not associated to billing groups.

Billing Group Arn: linked accounts that are associated to the provided Billing Group Arn.