Lists LF-tags that the requester has permission to view.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, ListLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, ListLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new ListLFTagsCommand(input); const response = await client.send(command);
ListLFTagsCommandInput for command's input shape.
input
ListLFTagsCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Lists LF-tags that the requester has permission to view.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, ListLFTagsCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, ListLFTagsCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new ListLFTagsCommand(input); const response = await client.send(command);
ListLFTagsCommandInput for command's
input
shape.ListLFTagsCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.