amazonka-config-2.0: Amazon Config 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.Config.Types.AggregationAuthorization

Description

 
Synopsis

Documentation

data AggregationAuthorization Source #

An object that represents the authorizations granted to aggregator accounts and regions.

See: newAggregationAuthorization smart constructor.

Constructors

AggregationAuthorization' 

Fields

Instances

Instances details
FromJSON AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Generic AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Associated Types

type Rep AggregationAuthorization :: Type -> Type #

Read AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Show AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

NFData AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Eq AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Hashable AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

type Rep AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

type Rep AggregationAuthorization = D1 ('MetaData "AggregationAuthorization" "Amazonka.Config.Types.AggregationAuthorization" "amazonka-config-2.0-7GF0fBbVw65uROwJwpcE3" 'False) (C1 ('MetaCons "AggregationAuthorization'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "aggregationAuthorizationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorizedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "authorizedAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)))))

newAggregationAuthorization :: AggregationAuthorization Source #

Create a value of AggregationAuthorization 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:aggregationAuthorizationArn:AggregationAuthorization', aggregationAuthorization_aggregationAuthorizationArn - The Amazon Resource Name (ARN) of the aggregation object.

$sel:authorizedAccountId:AggregationAuthorization', aggregationAuthorization_authorizedAccountId - The 12-digit account ID of the account authorized to aggregate data.

$sel:authorizedAwsRegion:AggregationAuthorization', aggregationAuthorization_authorizedAwsRegion - The region authorized to collect aggregated data.

$sel:creationTime:AggregationAuthorization', aggregationAuthorization_creationTime - The time stamp when the aggregation authorization was created.

aggregationAuthorization_aggregationAuthorizationArn :: Lens' AggregationAuthorization (Maybe Text) Source #

The Amazon Resource Name (ARN) of the aggregation object.

aggregationAuthorization_authorizedAccountId :: Lens' AggregationAuthorization (Maybe Text) Source #

The 12-digit account ID of the account authorized to aggregate data.

aggregationAuthorization_authorizedAwsRegion :: Lens' AggregationAuthorization (Maybe Text) Source #

The region authorized to collect aggregated data.

aggregationAuthorization_creationTime :: Lens' AggregationAuthorization (Maybe UTCTime) Source #

The time stamp when the aggregation authorization was created.