Returns the Lake Formation permissions for a specified table or database resource located
at a path in Amazon S3. GetEffectivePermissionsForPath will not return databases and tables if the catalog is encrypted.
example
Use a bare-bones client and the command you need to make an API call.
Returns the Lake Formation permissions for a specified table or database resource located at a path in Amazon S3.
GetEffectivePermissionsForPath
will not return databases and tables if the catalog is encrypted.Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, GetEffectivePermissionsForPathCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, GetEffectivePermissionsForPathCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new GetEffectivePermissionsForPathCommand(input); const response = await client.send(command);
GetEffectivePermissionsForPathCommandInput for command's
input
shape.GetEffectivePermissionsForPathCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.