- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-lakeformation
LFTag Interface
A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns that do not have the LF-tag 'PII' in tables that have the LF-tag 'Prod'.
Members
Name | Type | Details |
---|---|---|
TagKey Required | string | undefined | The key-name for the LF-tag. |
TagValues Required | string[] | undefined | A list of possible values an attribute can take. The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values. |
Full Signature
export interface LFTag