/AWS1/CL_DEXEXPREVISIONSTOS301¶
Details about the export revisions to Amazon S3 response.
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_datasetid TYPE /AWS1/DEXID /AWS1/DEXID¶
The unique identifier for the data set associated with this export job.
it_revisiondestinations TYPE /AWS1/CL_DEXREVISIONDSTENTRY=>TT_LISTOFREVISIONDSTENTRY TT_LISTOFREVISIONDSTENTRY¶
The destination in Amazon S3 where the revision is exported.
Optional arguments:¶
io_encryption TYPE REF TO /AWS1/CL_DEXEXPERVERSIDEENC /AWS1/CL_DEXEXPERVERSIDEENC¶
Encryption configuration of the export job.
iv_eventactionarn TYPE /AWS1/DEX__STRING /AWS1/DEX__STRING¶
The Amazon Resource Name (ARN) of the event action.
Queryable Attributes¶
DataSetId¶
The unique identifier for the data set associated with this export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DATASETID() |
Getter for DATASETID, with configurable default |
ASK_DATASETID() |
Getter for DATASETID w/ exceptions if field has no value |
HAS_DATASETID() |
Determine if DATASETID has a value |
Encryption¶
Encryption configuration of the export job.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTION() |
Getter for ENCRYPTION |
RevisionDestinations¶
The destination in Amazon S3 where the revision is exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REVISIONDESTINATIONS() |
Getter for REVISIONDESTINATIONS, with configurable default |
ASK_REVISIONDESTINATIONS() |
Getter for REVISIONDESTINATIONS w/ exceptions if field has n |
HAS_REVISIONDESTINATIONS() |
Determine if REVISIONDESTINATIONS has a value |
EventActionArn¶
The Amazon Resource Name (ARN) of the event action.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EVENTACTIONARN() |
Getter for EVENTACTIONARN, with configurable default |
ASK_EVENTACTIONARN() |
Getter for EVENTACTIONARN w/ exceptions if field has no valu |
HAS_EVENTACTIONARN() |
Determine if EVENTACTIONARN has a value |