/AWS1/CL_NEGCANCEXPTASKOUTPUT¶
CancelExportTaskOutput
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_graphid TYPE /AWS1/NEGGRAPHID /AWS1/NEGGRAPHID¶
The source graph identifier of the cancelled export task.
iv_rolearn TYPE /AWS1/NEGROLEARN /AWS1/NEGROLEARN¶
The ARN of the IAM role that will allow the exporting of data to the destination.
iv_taskid TYPE /AWS1/NEGEXPORTTASKID /AWS1/NEGEXPORTTASKID¶
The unique identifier of the export task.
iv_status TYPE /AWS1/NEGEXPORTTASKSTATUS /AWS1/NEGEXPORTTASKSTATUS¶
The current status of the export task. The status is
CANCELLINGwhen the export task is cancelled.
iv_format TYPE /AWS1/NEGEXPORTFORMAT /AWS1/NEGEXPORTFORMAT¶
The format of the cancelled export task.
iv_destination TYPE /AWS1/NEGSTRING /AWS1/NEGSTRING¶
The Amazon S3 URI of the cancelled export task where data will be exported to.
iv_kmskeyidentifier TYPE /AWS1/NEGKMSKEYARN /AWS1/NEGKMSKEYARN¶
The KMS key identifier of the cancelled export task.
Optional arguments:¶
iv_parquettype TYPE /AWS1/NEGPARQUETTYPE /AWS1/NEGPARQUETTYPE¶
The parquet type of the cancelled export task.
iv_statusreason TYPE /AWS1/NEGSTRING /AWS1/NEGSTRING¶
The reason that the export task has this status value.
Queryable Attributes¶
graphId¶
The source graph identifier of the cancelled export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_GRAPHID() |
Getter for GRAPHID, with configurable default |
ASK_GRAPHID() |
Getter for GRAPHID w/ exceptions if field has no value |
HAS_GRAPHID() |
Determine if GRAPHID has a value |
roleArn¶
The ARN of the IAM role that will allow the exporting of data to the destination.
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 |
taskId¶
The unique identifier of the export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_TASKID() |
Getter for TASKID, with configurable default |
ASK_TASKID() |
Getter for TASKID w/ exceptions if field has no value |
HAS_TASKID() |
Determine if TASKID has a value |
status¶
The current status of the export task. The status is
CANCELLINGwhen the export task is cancelled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUS() |
Getter for STATUS, with configurable default |
ASK_STATUS() |
Getter for STATUS w/ exceptions if field has no value |
HAS_STATUS() |
Determine if STATUS has a value |
format¶
The format of the cancelled export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
destination¶
The Amazon S3 URI of the cancelled export task where data will be exported to.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DESTINATION() |
Getter for DESTINATION, with configurable default |
ASK_DESTINATION() |
Getter for DESTINATION w/ exceptions if field has no value |
HAS_DESTINATION() |
Determine if DESTINATION has a value |
kmsKeyIdentifier¶
The KMS key identifier of the cancelled export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_KMSKEYIDENTIFIER() |
Getter for KMSKEYIDENTIFIER, with configurable default |
ASK_KMSKEYIDENTIFIER() |
Getter for KMSKEYIDENTIFIER w/ exceptions if field has no va |
HAS_KMSKEYIDENTIFIER() |
Determine if KMSKEYIDENTIFIER has a value |
parquetType¶
The parquet type of the cancelled export task.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_PARQUETTYPE() |
Getter for PARQUETTYPE, with configurable default |
ASK_PARQUETTYPE() |
Getter for PARQUETTYPE w/ exceptions if field has no value |
HAS_PARQUETTYPE() |
Determine if PARQUETTYPE has a value |
statusReason¶
The reason that the export task has this status value.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_STATUSREASON() |
Getter for STATUSREASON, with configurable default |
ASK_STATUSREASON() |
Getter for STATUSREASON w/ exceptions if field has no value |
HAS_STATUSREASON() |
Determine if STATUSREASON has a value |