Skip to main content

TS3PutObjectRetentionRequest

Class in AWS.S3

PutObjectRetention request class.

Ancestors

Properties

BypassGovernanceRetention

property BypassGovernanceRetention: TOptional<Boolean>

Retention

property Retention: IS3Retention

Type: IS3Retention

VersionId

property VersionId: string

Constructors

Create

constructor Create(const ABucket, AKey: string);

Constructor for TS3PutObjectRetentionRequest.

Parameters

NameDescription
ABucketThe bucket name of the object to set Object Retention on.
AKeyThe key of the object to set Object Retention on.