libZSservicesZSamazonka-configZSamazonka-config
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.Config.Types.AccountAggregationSource

Description

 
Synopsis

Documentation

data AccountAggregationSource Source #

A collection of accounts and regions.

See: newAccountAggregationSource smart constructor.

Constructors

AccountAggregationSource' 

Fields

Instances

Instances details
Eq AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Read AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Show AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Generic AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Associated Types

type Rep AccountAggregationSource :: Type -> Type #

NFData AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

Hashable AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

ToJSON AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

FromJSON AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

type Rep AccountAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.AccountAggregationSource

type Rep AccountAggregationSource = D1 ('MetaData "AccountAggregationSource" "Amazonka.Config.Types.AccountAggregationSource" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AccountAggregationSource'" 'PrefixI 'True) (S1 ('MetaSel ('Just "awsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe (NonEmpty Text))) :*: (S1 ('MetaSel ('Just "allAwsRegions") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Bool)) :*: S1 ('MetaSel ('Just "accountIds") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (NonEmpty Text)))))

newAccountAggregationSource Source #

Create a value of AccountAggregationSource 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:awsRegions:AccountAggregationSource', accountAggregationSource_awsRegions - The source regions being aggregated.

$sel:allAwsRegions:AccountAggregationSource', accountAggregationSource_allAwsRegions - If true, aggregate existing Config regions and future regions.

$sel:accountIds:AccountAggregationSource', accountAggregationSource_accountIds - The 12-digit account ID of the account being aggregated.

accountAggregationSource_allAwsRegions :: Lens' AccountAggregationSource (Maybe Bool) Source #

If true, aggregate existing Config regions and future regions.

accountAggregationSource_accountIds :: Lens' AccountAggregationSource (NonEmpty Text) Source #

The 12-digit account ID of the account being aggregated.