Returns an LF-tag definition.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetLFTagCommand(input); const response = await client.send(command);
GetLFTagCommandInput for command's input shape.
input
GetLFTagCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Returns an LF-tag definition.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetLFTagCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetLFTagCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetLFTagCommand(input); const response = await client.send(command);
GetLFTagCommandInput for command's
input
shape.GetLFTagCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.