Skip to main content

TS3PutObjectLegalHoldRequest

Class in AWS.S3

PutObjectLegalHold request class.

Ancestors

Properties

LegalHold

property LegalHold: IS3LegalHold

Type: IS3LegalHold

VersionId

property VersionId: string

Constructors

Create

constructor Create(const ABucket, AKey: string);

Constructor for TS3PutObjectLegalHoldRequest.

Parameters

NameDescription
ABucketThe bucket name of the object to set Legal Hold on.
AKeyThe key of the object to set Legal Hold on.