Module Values.ConfiguredAudienceModelOutputConfigSource

Configuration information necessary for the configure audience model output.

Sourcetype nonrec t = {
  1. destination : AudienceDestination.t;
  2. roleArn : IamRoleArn.t;
    (*

    The ARN of the IAM role that can write the Amazon S3 bucket.

    *)
}
Sourceval context_ : string
Sourceval make : destination:AudienceDestination.t -> roleArn:IamRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IamRoleArn.t | `Structure of (string * [> `Structure of (string * [> `String of S3Path.t ]) list ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t