Values.AudienceGenerationJobDataSourceSourceDefines the Amazon S3 bucket where the seed audience for the generating audience is stored.
type nonrec t = {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"} ...
*)roleArn : IamRoleArn.t;The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.
*)sqlParameters : ProtectedQuerySQLParameters.t option;The protected SQL query parameters.
*)sqlComputeConfiguration : ComputeConfiguration.t option;}val make :
?dataSource:??? ->
?sqlParameters:??? ->
?sqlComputeConfiguration:??? ->
roleArn:IamRoleArn.t ->
unit ->
tval 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 ]