Protected
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:
GetObjectLegalHold
GetObjectAttributes
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 importconst client = new S3Client(config);const command = new GetObjectLegalHoldCommand(input);const response = await client.send(command);
GetObjectLegalHoldCommandInput
GetObjectLegalHoldCommandOutput
input
response
config
Readonly
Static
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
:GetObjectAttributes
Example
Use a bare-bones client and the command you need to make an API call.
Param
GetObjectLegalHoldCommandInput
Returns
GetObjectLegalHoldCommandOutput
See
input
shape.response
shape.config
shape.