Skip to content

/AWS1/CL_S3_DESTINATIONRESULT

The destination information for the S3 Metadata configuration.

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_tablebuckettype TYPE /AWS1/S3_S3TABLESBUCKETTYPE /AWS1/S3_S3TABLESBUCKETTYPE

The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

iv_tablebucketarn TYPE /AWS1/S3_S3TABLESBUCKETARN /AWS1/S3_S3TABLESBUCKETARN

The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.

iv_tablenamespace TYPE /AWS1/S3_S3TABLESNAMESPACE /AWS1/S3_S3TABLESNAMESPACE

The namespace in the table bucket where the metadata tables for a metadata configuration are stored.


Queryable Attributes

TableBucketType

The type of the table bucket where the metadata configuration is stored. The aws value indicates an Amazon Web Services managed table bucket, and the customer value indicates a customer-managed table bucket. V2 metadata configurations are stored in Amazon Web Services managed table buckets, and V1 metadata configurations are stored in customer-managed table buckets.

Accessible with the following methods

Method Description
GET_TABLEBUCKETTYPE() Getter for TABLEBUCKETTYPE, with configurable default
ASK_TABLEBUCKETTYPE() Getter for TABLEBUCKETTYPE w/ exceptions if field has no val
HAS_TABLEBUCKETTYPE() Determine if TABLEBUCKETTYPE has a value

TableBucketArn

The Amazon Resource Name (ARN) of the table bucket where the metadata configuration is stored.

Accessible with the following methods

Method Description
GET_TABLEBUCKETARN() Getter for TABLEBUCKETARN, with configurable default
ASK_TABLEBUCKETARN() Getter for TABLEBUCKETARN w/ exceptions if field has no valu
HAS_TABLEBUCKETARN() Determine if TABLEBUCKETARN has a value

TableNamespace

The namespace in the table bucket where the metadata tables for a metadata configuration are stored.

Accessible with the following methods

Method Description
GET_TABLENAMESPACE() Getter for TABLENAMESPACE, with configurable default
ASK_TABLENAMESPACE() Getter for TABLENAMESPACE w/ exceptions if field has no valu
HAS_TABLENAMESPACE() Determine if TABLENAMESPACE has a value