AggregationAuthorization
Source:
src/AWS/Config/AggregationAuthorization.ts
An AWS Config aggregation authorization that grants an aggregator account in a specific region permission to collect AWS Config configuration and compliance data from this account.
The authorization’s identity is the (account, region) pair — changing
either replaces it.
Authorizing an Aggregator
Section titled “Authorizing an Aggregator”import * as Config from "alchemy/AWS/Config";
const authorization = yield* Config.AggregationAuthorization( "OrgAggregator", { authorizedAccountId: "123456789012", authorizedAwsRegion: "us-east-1", },);