Jump to Content

Class GetObjectLegalHoldCommandProtected

Gets an object's current legal hold status. For more information, see Locking Objects.

This action is not supported by Amazon S3 on Outposts.

The following action is related to GetObjectLegalHold:

Example

Use a bare-bones client and the command you need to make an API call.

import { S3Client, GetObjectLegalHoldCommand } from "@aws-sdk/client-s3"; // ES Modules import
// const { S3Client, GetObjectLegalHoldCommand } = require("@aws-sdk/client-s3"); // CommonJS import
const client = new S3Client(config);
const command = new GetObjectLegalHoldCommand(input);
const response = await client.send(command);

Param

GetObjectLegalHoldCommandInput

Returns

GetObjectLegalHoldCommandOutput

See

Hierarchy

Constructors

Properties

Methods