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.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
Eq AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Read AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Show 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 #

NFData AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

Hashable AggregationAuthorization Source # 
Instance details

Defined in Amazonka.Config.Types.AggregationAuthorization

FromJSON 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" "libZSservicesZSamazonka-configZSamazonka-config" 'False) (C1 ('MetaCons "AggregationAuthorization'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "creationTime") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe POSIX)) :*: S1 ('MetaSel ('Just "authorizedAwsRegion") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "aggregationAuthorizationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "authorizedAccountId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))))

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:creationTime:AggregationAuthorization', aggregationAuthorization_creationTime - The time stamp when the aggregation authorization was created.

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

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

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

The time stamp when the aggregation authorization was created.

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

The region authorized to collect aggregated data.

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.