Deregisters the resource as managed by the Data Catalog.
When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, DeregisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, DeregisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new DeregisterResourceCommand(input); const response = await client.send(command);
DeregisterResourceCommandInput for command's input shape.
input
DeregisterResourceCommandOutput for command's response shape.
response
config for LakeFormationClient's config shape.
config
Deregisters the resource as managed by the Data Catalog.
When you deregister a path, Lake Formation removes the path from the inline policy attached to your service-linked role.
Use a bare-bones client and the command you need to make an API call.
import { LakeFormationClient, DeregisterResourceCommand } from "@aws-sdk/client-lakeformation"; // ES Modules import // const { LakeFormationClient, DeregisterResourceCommand } = require("@aws-sdk/client-lakeformation"); // CommonJS import const client = new LakeFormationClient(config); const command = new DeregisterResourceCommand(input); const response = await client.send(command);
DeregisterResourceCommandInput for command's
input
shape.DeregisterResourceCommandOutput for command's
response
shape.config for LakeFormationClient's
config
shape.