/AWS1/CL_CRLAUDIENCEGENERATI01¶
Defines the Amazon S3 bucket where the seed audience for the generating audience is stored.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_rolearn TYPE /AWS1/CRLIAMROLEARN /AWS1/CRLIAMROLEARN¶
The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.
Optional arguments:¶
io_datasource TYPE REF TO /AWS1/CL_CRLS3CONFIGMAP /AWS1/CL_CRLS3CONFIGMAP¶
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"}
...
io_sqlparameters TYPE REF TO /AWS1/CL_CRLPROTECTEDQUERYSQ00 /AWS1/CL_CRLPROTECTEDQUERYSQ00¶
The protected SQL query parameters.
io_sqlcomputeconfiguration TYPE REF TO /AWS1/CL_CRLCOMPUTECONF /AWS1/CL_CRLCOMPUTECONF¶
sqlComputeConfiguration
Queryable Attributes¶
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"}
...
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASOURCE() |
Getter for DATASOURCE |
roleArn¶
The ARN of the IAM role that can read the Amazon S3 bucket where the seed audience is stored.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ROLEARN() |
Getter for ROLEARN, with configurable default |
ASK_ROLEARN() |
Getter for ROLEARN w/ exceptions if field has no value |
HAS_ROLEARN() |
Determine if ROLEARN has a value |
sqlParameters¶
The protected SQL query parameters.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQLPARAMETERS() |
Getter for SQLPARAMETERS |
sqlComputeConfiguration¶
sqlComputeConfiguration
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_SQLCOMPUTECONFIGURATION() |
Getter for SQLCOMPUTECONFIGURATION |