Authorizes the aggregator account and region to collect data from the source account and region.
configservice_put_aggregation_authorization(AuthorizedAccountId,
AuthorizedAwsRegion, Tags)
A list with the following syntax:
list(
AggregationAuthorization = list(
AggregationAuthorizationArn = "string",
AuthorizedAccountId = "string",
AuthorizedAwsRegion = "string",
CreationTime = as.POSIXct(
"2015-01-01"
)
)
)
[required] The 12-digit account ID of the account authorized to aggregate data.
[required] The region authorized to collect aggregated data.
An array of tag object.
svc$put_aggregation_authorization(
AuthorizedAccountId = "string",
AuthorizedAwsRegion = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)