Values.MetricAttributionOutputSourceThe output configuration details for a metric attribution.
type nonrec t = {s3DataDestination : S3DataConfig.t option;roleArn : RoleArn.t;The Amazon Resource Name (ARN) of the IAM service role that has permissions to add data to your output Amazon S3 bucket and add metrics to Amazon CloudWatch. For more information, see Measuring impact of recommendations.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of RoleArn.t
| `Structure of (string * [> `String of S3Location.t ]) list ])
list ]