| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Config.Types.AggregationAuthorization
Description
Synopsis
- data AggregationAuthorization = AggregationAuthorization' {}
- newAggregationAuthorization :: AggregationAuthorization
- aggregationAuthorization_aggregationAuthorizationArn :: Lens' AggregationAuthorization (Maybe Text)
- aggregationAuthorization_authorizedAccountId :: Lens' AggregationAuthorization (Maybe Text)
- aggregationAuthorization_authorizedAwsRegion :: Lens' AggregationAuthorization (Maybe Text)
- aggregationAuthorization_creationTime :: Lens' AggregationAuthorization (Maybe UTCTime)
Documentation
data AggregationAuthorization Source #
An object that represents the authorizations granted to aggregator accounts and regions.
See: newAggregationAuthorization smart constructor.
Constructors
| AggregationAuthorization' | |
Fields
| |
Instances
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.