AudienceGenerationJobDataSource
Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.
Contents
- roleArn
-
The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Pattern:
arn:aws[-a-z]*:iam::[0-9]{12}:role/.+
Required: Yes
- dataSource
-
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"}
...
Type: S3ConfigMap object
Required: No
- sqlParameters
-
The protected SQL query parameters.
Type: ProtectedQuerySQLParameters object
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: