Skip to content

GetLFTag

Source: src/AWS/LakeFormation/GetLFTag.ts

Runtime binding for lakeformation:GetLFTag.

Reads one LF-tag definition (its allowed values) by key. Provide the implementation with Effect.provide(AWS.LakeFormation.GetLFTagHttp).

// init — account-level binding takes no resource
const getLFTag = yield* AWS.LakeFormation.GetLFTag();
// runtime
const { TagValues } = yield* getLFTag({ TagKey: "environment" });