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

Description

 
Synopsis

Documentation

data OrganizationAggregationSource Source #

This object contains regions to set up the aggregator and an IAM role to retrieve organization details.

See: newOrganizationAggregationSource smart constructor.

Constructors

OrganizationAggregationSource' 

Fields

Instances

Instances details
Eq OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Read OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Show OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Generic OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Associated Types

type Rep OrganizationAggregationSource :: Type -> Type #

NFData OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

Hashable OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

ToJSON OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

FromJSON OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

type Rep OrganizationAggregationSource Source # 
Instance details

Defined in Amazonka.Config.Types.OrganizationAggregationSource

type Rep OrganizationAggregationSource = D1 ('MetaData "OrganizationAggregationSource" "Amazonka.Config.Types.OrganizationAggregationSource" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "OrganizationAggregationSource'" '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 "roleArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text))))

newOrganizationAggregationSource Source #

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

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

$sel:roleArn:OrganizationAggregationSource', organizationAggregationSource_roleArn - ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.

organizationAggregationSource_allAwsRegions :: Lens' OrganizationAggregationSource (Maybe Bool) Source #

If true, aggregate existing Config regions and future regions.

organizationAggregationSource_roleArn :: Lens' OrganizationAggregationSource Text Source #

ARN of the IAM role used to retrieve Amazon Web Services Organization details associated with the aggregator account.