Values.ConfigurationAggregatorSourceThe details about the configuration aggregator, including information about source accounts, regions, and metadata of the aggregator.
type nonrec t = {configurationAggregatorName : ConfigurationAggregatorName.t option;The name of the aggregator.
*)configurationAggregatorArn : ConfigurationAggregatorArn.t option;The Amazon Resource Name (ARN) of the aggregator.
*)accountAggregationSources : AccountAggregationSourceList.t option;Provides a list of source accounts and regions to be aggregated.
*)organizationAggregationSource : OrganizationAggregationSource.t option;Provides an organization and list of regions to be aggregated.
*)creationTime : Date.t option;The time stamp when the configuration aggregator was created.
*)lastUpdatedTime : Date.t option;The time of the last update.
*)createdBy : StringWithCharLimit256.t option;Amazon Web Services service that created the configuration aggregator.
*)aggregatorFilters : AggregatorFilters.t option;An object to filter the data you specify for an aggregator.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of AccountId.t ] list ])
list ]
list
| `String of ConfigurationAggregatorName.t
| `Structure of
(string
* [> `Boolean of Boolean.t
| `List of [> `String of String_.t ] list
| `String of String_.t
| `Structure of
(string
* [> `Enum of string
| `List of [> `String of ResourceTypeValue.t ] list ])
list ])
list
| `Timestamp of Date.t ])
list ]