Skip to content

/AWS1/CL_LKFGETLFTAGRESPONSE

GetLFTagResponse

CONSTRUCTOR

IMPORTING

Optional arguments:

iv_catalogid TYPE /AWS1/LKFCATALOGIDSTRING /AWS1/LKFCATALOGIDSTRING

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

iv_tagkey TYPE /AWS1/LKFLFTAGKEY /AWS1/LKFLFTAGKEY

The key-name for the LF-tag.

it_tagvalues TYPE /AWS1/CL_LKFTAGVALUELIST_W=>TT_TAGVALUELIST TT_TAGVALUELIST

A list of possible values an attribute can take.


Queryable Attributes

CatalogId

The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, and other control information to manage your Lake Formation environment.

Accessible with the following methods

Method Description
GET_CATALOGID() Getter for CATALOGID, with configurable default
ASK_CATALOGID() Getter for CATALOGID w/ exceptions if field has no value
HAS_CATALOGID() Determine if CATALOGID has a value

TagKey

The key-name for the LF-tag.

Accessible with the following methods

Method Description
GET_TAGKEY() Getter for TAGKEY, with configurable default
ASK_TAGKEY() Getter for TAGKEY w/ exceptions if field has no value
HAS_TAGKEY() Determine if TAGKEY has a value

TagValues

A list of possible values an attribute can take.

Accessible with the following methods

Method Description
GET_TAGVALUES() Getter for TAGVALUES, with configurable default
ASK_TAGVALUES() Getter for TAGVALUES w/ exceptions if field has no value
HAS_TAGVALUES() Determine if TAGVALUES has a value