/AWS1/CL_SD2GETEXPORTRESPONSE¶
GetExportResponse
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_exportarn TYPE /AWS1/SD2EXPORTARN /AWS1/SD2EXPORTARN¶
Unique ARN identifier of the export.
iv_clienttoken TYPE /AWS1/SD2IDEMPOTENCYTOKEN /AWS1/SD2IDEMPOTENCYTOKEN¶
The client token provided for this export.
iv_exportstatus TYPE /AWS1/SD2EXPORTSTATUS /AWS1/SD2EXPORTSTATUS¶
The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.
iv_domainname TYPE /AWS1/SD2DOMAINNAME /AWS1/SD2DOMAINNAME¶
The name of the domain that was exported.
iv_requestedat TYPE /AWS1/SD2REQUESTEDAT /AWS1/SD2REQUESTEDAT¶
Timestamp when the export request was received by the service.
iv_s3bucket TYPE /AWS1/SD2S3BUCKETNAME /AWS1/SD2S3BUCKETNAME¶
The name of the S3 bucket for this export.
Optional arguments:¶
iv_s3keyprefix TYPE /AWS1/SD2S3KEYPREFIX /AWS1/SD2S3KEYPREFIX¶
The S3 key prefix provided in the corresponding StartDomainExport request.
iv_s3ssealgorithm TYPE /AWS1/SD2S3SSEALGORITHM /AWS1/SD2S3SSEALGORITHM¶
The S3 SSE encryption algorithm for this export.
iv_s3ssekmskeyid TYPE /AWS1/SD2S3SSEKMSKEYID /AWS1/SD2S3SSEKMSKEYID¶
The KMS key ID for this export.
iv_s3bucketowner TYPE /AWS1/SD2AWSACCOUNTID /AWS1/SD2AWSACCOUNTID¶
The S3 bucket owner account ID for this export.
iv_failurecode TYPE /AWS1/SD2FAILURECODE /AWS1/SD2FAILURECODE¶
Failure code for the result of the failed export.
iv_failuremessage TYPE /AWS1/SD2FAILUREMESSAGE /AWS1/SD2FAILUREMESSAGE¶
Export failure reason description.
iv_exportmanifest TYPE /AWS1/SD2EXPORTMANIFESTSUMMARY /AWS1/SD2EXPORTMANIFESTSUMMARY¶
The name of the manifest summary file for the export.
iv_itemscount TYPE /AWS1/SD2ITEMSCOUNT /AWS1/SD2ITEMSCOUNT¶
Total number of exported items.
iv_exportdatacutofftime TYPE /AWS1/SD2EXPORTDATACUTOFFTIME /AWS1/SD2EXPORTDATACUTOFFTIME¶
The timestamp indicating the cutoff point for data inclusion in the export. All data inserted or modified before this time will be present in the exported data. Data insertions or modifications after this timestamp may or may not be present in the export.
Queryable Attributes¶
exportArn¶
Unique ARN identifier of the export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTARN() |
Getter for EXPORTARN, with configurable default |
ASK_EXPORTARN() |
Getter for EXPORTARN w/ exceptions if field has no value |
HAS_EXPORTARN() |
Determine if EXPORTARN has a value |
clientToken¶
The client token provided for this export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CLIENTTOKEN() |
Getter for CLIENTTOKEN, with configurable default |
ASK_CLIENTTOKEN() |
Getter for CLIENTTOKEN w/ exceptions if field has no value |
HAS_CLIENTTOKEN() |
Determine if CLIENTTOKEN has a value |
exportStatus¶
The current state of the export. Current possible values include : PENDING - export request received, IN_PROGRESS - export is being processed, SUCCEEDED - export completed successfully, and FAILED - export encountered an error.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTSTATUS() |
Getter for EXPORTSTATUS, with configurable default |
ASK_EXPORTSTATUS() |
Getter for EXPORTSTATUS w/ exceptions if field has no value |
HAS_EXPORTSTATUS() |
Determine if EXPORTSTATUS has a value |
domainName¶
The name of the domain that was exported.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_DOMAINNAME() |
Getter for DOMAINNAME, with configurable default |
ASK_DOMAINNAME() |
Getter for DOMAINNAME w/ exceptions if field has no value |
HAS_DOMAINNAME() |
Determine if DOMAINNAME has a value |
requestedAt¶
Timestamp when the export request was received by the service.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_REQUESTEDAT() |
Getter for REQUESTEDAT, with configurable default |
ASK_REQUESTEDAT() |
Getter for REQUESTEDAT w/ exceptions if field has no value |
HAS_REQUESTEDAT() |
Determine if REQUESTEDAT has a value |
s3Bucket¶
The name of the S3 bucket for this export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKET() |
Getter for S3BUCKET, with configurable default |
ASK_S3BUCKET() |
Getter for S3BUCKET w/ exceptions if field has no value |
HAS_S3BUCKET() |
Determine if S3BUCKET has a value |
s3KeyPrefix¶
The S3 key prefix provided in the corresponding StartDomainExport request.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3KEYPREFIX() |
Getter for S3KEYPREFIX, with configurable default |
ASK_S3KEYPREFIX() |
Getter for S3KEYPREFIX w/ exceptions if field has no value |
HAS_S3KEYPREFIX() |
Determine if S3KEYPREFIX has a value |
s3SseAlgorithm¶
The S3 SSE encryption algorithm for this export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3SSEALGORITHM() |
Getter for S3SSEALGORITHM, with configurable default |
ASK_S3SSEALGORITHM() |
Getter for S3SSEALGORITHM w/ exceptions if field has no valu |
HAS_S3SSEALGORITHM() |
Determine if S3SSEALGORITHM has a value |
s3SseKmsKeyId¶
The KMS key ID for this export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3SSEKMSKEYID() |
Getter for S3SSEKMSKEYID, with configurable default |
ASK_S3SSEKMSKEYID() |
Getter for S3SSEKMSKEYID w/ exceptions if field has no value |
HAS_S3SSEKMSKEYID() |
Determine if S3SSEKMSKEYID has a value |
s3BucketOwner¶
The S3 bucket owner account ID for this export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER, with configurable default |
ASK_S3BUCKETOWNER() |
Getter for S3BUCKETOWNER w/ exceptions if field has no value |
HAS_S3BUCKETOWNER() |
Determine if S3BUCKETOWNER has a value |
failureCode¶
Failure code for the result of the failed export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILURECODE() |
Getter for FAILURECODE, with configurable default |
ASK_FAILURECODE() |
Getter for FAILURECODE w/ exceptions if field has no value |
HAS_FAILURECODE() |
Determine if FAILURECODE has a value |
failureMessage¶
Export failure reason description.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE, with configurable default |
ASK_FAILUREMESSAGE() |
Getter for FAILUREMESSAGE w/ exceptions if field has no valu |
HAS_FAILUREMESSAGE() |
Determine if FAILUREMESSAGE has a value |
exportManifest¶
The name of the manifest summary file for the export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTMANIFEST() |
Getter for EXPORTMANIFEST, with configurable default |
ASK_EXPORTMANIFEST() |
Getter for EXPORTMANIFEST w/ exceptions if field has no valu |
HAS_EXPORTMANIFEST() |
Determine if EXPORTMANIFEST has a value |
itemsCount¶
Total number of exported items.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ITEMSCOUNT() |
Getter for ITEMSCOUNT, with configurable default |
ASK_ITEMSCOUNT() |
Getter for ITEMSCOUNT w/ exceptions if field has no value |
HAS_ITEMSCOUNT() |
Determine if ITEMSCOUNT has a value |
exportDataCutoffTime¶
The timestamp indicating the cutoff point for data inclusion in the export. All data inserted or modified before this time will be present in the exported data. Data insertions or modifications after this timestamp may or may not be present in the export.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTDATACUTOFFTIME() |
Getter for EXPORTDATACUTOFFTIME, with configurable default |
ASK_EXPORTDATACUTOFFTIME() |
Getter for EXPORTDATACUTOFFTIME w/ exceptions if field has n |
HAS_EXPORTDATACUTOFFTIME() |
Determine if EXPORTDATACUTOFFTIME has a value |