Values.ConfiguredAudienceModelOutputConfigSourceConfiguration information necessary for the configure audience model output.
type nonrec t = {destination : AudienceDestination.t;roleArn : IamRoleArn.t;The ARN of the IAM role that can write the Amazon S3 bucket.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IamRoleArn.t
| `Structure of
(string
* [> `Structure of (string * [> `String of S3Path.t ]) list ])
list ])
list ]