/AWS1/CL_DZNGETDATAEXPCONFOUT¶
GetDataExportConfigurationOutput
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_isexportenabled TYPE /AWS1/DZNBOOLEAN /AWS1/DZNBOOLEAN¶
Specifies whether the export is enabled.
iv_status TYPE /AWS1/DZNCONFIGURATIONSTATUS /AWS1/DZNCONFIGURATIONSTATUS¶
The status of the data export configuration.
io_encryptionconfiguration TYPE REF TO /AWS1/CL_DZNENCRYPTIONCONF /AWS1/CL_DZNENCRYPTIONCONF¶
The encryption configuration as part of the data export configuration details.
iv_s3tablebucketarn TYPE /AWS1/DZNSTRING /AWS1/DZNSTRING¶
The Amazon S3 table bucket ARN as part of the data export configuration details.
iv_createdat TYPE /AWS1/DZNCREATEDAT /AWS1/DZNCREATEDAT¶
The timestamp at which the data export configuration report was created.
iv_updatedat TYPE /AWS1/DZNUPDATEDAT /AWS1/DZNUPDATEDAT¶
The timestamp at which the data export configuration report was updated.
Queryable Attributes¶
isExportEnabled¶
Specifies whether the export is enabled.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ISEXPORTENABLED() |
Getter for ISEXPORTENABLED, with configurable default |
ASK_ISEXPORTENABLED() |
Getter for ISEXPORTENABLED w/ exceptions if field has no val |
HAS_ISEXPORTENABLED() |
Determine if ISEXPORTENABLED has a value |
status¶
The status of the data export configuration.
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 |
encryptionConfiguration¶
The encryption configuration as part of the data export configuration details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONCONFIGURATION() |
Getter for ENCRYPTIONCONFIGURATION |
s3TableBucketArn¶
The Amazon S3 table bucket ARN as part of the data export configuration details.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_S3TABLEBUCKETARN() |
Getter for S3TABLEBUCKETARN, with configurable default |
ASK_S3TABLEBUCKETARN() |
Getter for S3TABLEBUCKETARN w/ exceptions if field has no va |
HAS_S3TABLEBUCKETARN() |
Determine if S3TABLEBUCKETARN has a value |
createdAt¶
The timestamp at which the data export configuration report was created.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_CREATEDAT() |
Getter for CREATEDAT, with configurable default |
ASK_CREATEDAT() |
Getter for CREATEDAT w/ exceptions if field has no value |
HAS_CREATEDAT() |
Determine if CREATEDAT has a value |
updatedAt¶
The timestamp at which the data export configuration report was updated.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_UPDATEDAT() |
Getter for UPDATEDAT, with configurable default |
ASK_UPDATEDAT() |
Getter for UPDATEDAT w/ exceptions if field has no value |
HAS_UPDATEDAT() |
Determine if UPDATEDAT has a value |