/AWS1/CL_GLUGTDATCATEXPCONFOUT¶
The export configuration returned by the GetDataCatalogExportConfiguration operation.
CONSTRUCTOR¶
IMPORTING¶
Optional arguments:¶
iv_exportsetting TYPE /AWS1/GLUEXPORTSETTING /AWS1/GLUEXPORTSETTING¶
The export setting for the data catalog. Valid values are
ENABLEDandDISABLED.
iv_status TYPE /AWS1/GLUEXPORTSTATUS /AWS1/GLUEXPORTSTATUS¶
The current status of the export. Valid values are
ENABLING,ENABLED,DISABLING,DISABLED, andFAILED.
io_encryptionconfiguration TYPE REF TO /AWS1/CL_GLUEXPORTENCCONF /AWS1/CL_GLUEXPORTENCCONF¶
The encryption configuration for the exported data.
iv_s3tablebucketarn TYPE /AWS1/GLUS3TABLEBUCKETARN /AWS1/GLUS3TABLEBUCKETARN¶
The ARN of the S3 Tables bucket where catalog metadata is exported.
iv_createdat TYPE /AWS1/GLUCREATEDAT /AWS1/GLUCREATEDAT¶
The timestamp at which the export configuration was created.
iv_updatedat TYPE /AWS1/GLUUPDATEDAT /AWS1/GLUUPDATEDAT¶
The timestamp at which the export configuration was last updated.
Queryable Attributes¶
ExportSetting¶
The export setting for the data catalog. Valid values are
ENABLEDandDISABLED.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_EXPORTSETTING() |
Getter for EXPORTSETTING, with configurable default |
ASK_EXPORTSETTING() |
Getter for EXPORTSETTING w/ exceptions if field has no value |
HAS_EXPORTSETTING() |
Determine if EXPORTSETTING has a value |
Status¶
The current status of the export. Valid values are
ENABLING,ENABLED,DISABLING,DISABLED, andFAILED.
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 for the exported data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_ENCRYPTIONCONFIGURATION() |
Getter for ENCRYPTIONCONFIGURATION |
S3TableBucketArn¶
The ARN of the S3 Tables bucket where catalog metadata is exported.
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 export configuration 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 export configuration was last 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 |