Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data AggregationAuthorization = AggregationAuthorization' {}
- newAggregationAuthorization :: AggregationAuthorization
- aggregationAuthorization_creationTime :: Lens' AggregationAuthorization (Maybe UTCTime)
- aggregationAuthorization_authorizedAwsRegion :: Lens' AggregationAuthorization (Maybe Text)
- aggregationAuthorization_aggregationAuthorizationArn :: Lens' AggregationAuthorization (Maybe Text)
- aggregationAuthorization_authorizedAccountId :: Lens' AggregationAuthorization (Maybe Text)
Documentation
data AggregationAuthorization Source #
An object that represents the authorizations granted to aggregator accounts and regions.
See: newAggregationAuthorization
smart constructor.
AggregationAuthorization' | |
|
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: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.