Values.CreateAggregatorV2RequestSourceEnables aggregation across Amazon Web Services Regions.
type nonrec t = {regionLinkingMode : NonEmptyString.t;Determines how Regions are linked to an Aggregator V2.
*)linkedRegions : StringList.t option;The list of Regions that are linked to the aggregation Region.
*)clientToken : ClientToken.t option;A unique identifier used to ensure idempotency.
*)}val make :
?linkedRegions:??? ->
?tags:??? ->
?clientToken:??? ->
regionLinkingMode:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of NonEmptyString.t ])
list ]