/AWS1/CL_CRMPROTECTEDJOBPARAMS¶
The parameters for the protected job.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_analysistemplatearn TYPE /AWS1/CRMANALYSISTEMPLATEARN /AWS1/CRMANALYSISTEMPLATEARN¶
The ARN of the analysis template.
Optional arguments:¶
it_parameters TYPE /AWS1/CL_CRMJOBPARAMETERMAP_W=>TT_JOBPARAMETERMAP TT_JOBPARAMETERMAP¶
Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.
Queryable Attributes¶
analysisTemplateArn¶
The ARN of the analysis template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ANALYSISTEMPLATEARN() |
Getter for ANALYSISTEMPLATEARN, with configurable default |
ASK_ANALYSISTEMPLATEARN() |
Getter for ANALYSISTEMPLATEARN w/ exceptions if field has no |
HAS_ANALYSISTEMPLATEARN() |
Determine if ANALYSISTEMPLATEARN has a value |
parameters¶
Runtime configuration values passed to the PySpark analysis script. Parameter names and types must match those defined in the analysis template.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARAMETERS() |
Getter for PARAMETERS, with configurable default |
ASK_PARAMETERS() |
Getter for PARAMETERS w/ exceptions if field has no value |
HAS_PARAMETERS() |
Determine if PARAMETERS has a value |