Values.UpdateAggregatorV2RequestSourceUdpates the configuration for the Aggregator V2.
type nonrec t = {aggregatorV2Arn : NonEmptyString.t;The ARN of the Aggregator V2.
*)regionLinkingMode : NonEmptyString.t;Determines how Amazon Web Services Regions should be linked to the Aggregator V2.
*)linkedRegions : StringList.t option;A list of Amazon Web Services Regions linked to the aggegation Region.
*)}val make :
?linkedRegions:??? ->
aggregatorV2Arn:NonEmptyString.t ->
regionLinkingMode:NonEmptyString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of NonEmptyString.t ] list
| `String of NonEmptyString.t ])
list ]