Module Values.AudienceGenerationJobDataSourceSource

Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.

Sourcetype nonrec t = {
  1. dataSource : S3ConfigMap.t option;
    (*

    Defines the Amazon S3 bucket where the seed audience for the generating audience is stored. A valid data source is a JSON line file in the following format: {"user_id": "111111"} {"user_id": "222222"} ...

    *)
  2. roleArn : IamRoleArn.t;
    (*

    The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.

    *)
  3. sqlParameters : ProtectedQuerySQLParameters.t option;
    (*

    The protected SQL query parameters.

    *)
  4. sqlComputeConfiguration : ComputeConfiguration.t option;
}
Sourceval context_ : string
Sourceval make : ?dataSource:??? -> ?sqlParameters:??? -> ?sqlComputeConfiguration:??? -> roleArn:IamRoleArn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of IamRoleArn.t | `Structure of (string * [> `Map of ([> `String of ParameterName.t ] * [> `String of ParameterValue.t ]) list | `String of S3Path.t | `Structure of (string * [> `Enum of string | `Integer of WorkerComputeConfigurationNumberInteger.t | `Structure of (string * [> `Map of ([> `String of SparkPropertyKey.t ] * [> `String of SparkPropertyValue.t ]) list ]) list ]) 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