MDAA TS Docs
    Preparing search index...

    Project-level Lake Formation configuration for centralized tag-based access control.

    Use cases: Centralized tag management, project-wide TBAC, tag vocabulary definition

    AWS: AWS Lake Formation project-level configuration for tag-based access control

    Validation: lfTags must have unique tag keys; tag values must be non-empty arrays

    interface LakeFormationConfig {
        lfTags?: LFTagConfig[];
    }
    Index

    Properties

    Properties

    lfTags?: LFTagConfig[]

    Lake Formation tag definitions (key + allowed values) shared across all project databases.

    Use cases: Tag vocabulary definition, project-wide TBAC, centralized tag management

    AWS: AWS Lake Formation tags for tag-based access control

    Validation: Tag keys must be unique; tag values must be non-empty arrays; tags are created at account level