Module: AWSCDK::S3::ObjectLockMode

Defined in:
s3/object_lock_mode.rb

Overview

Modes in which S3 Object Lock retention can be configured.

Constant Summary collapse

GOVERNANCE =
Deprecated.
Note:

Default:

The Governance retention mode.

With governance mode, you protect objects against being deleted by most users, but you can still grant some users permission to alter the retention settings or delete the object if necessary. You can also use governance mode to test retention-period settings before creating a compliance-mode retention period.

Jsii::Enum.new("aws-cdk-lib.aws_s3.ObjectLockMode", "GOVERNANCE")
COMPLIANCE =
Deprecated.
Note:

Default:

The Compliance retention mode.

When an object is locked in compliance mode, its retention mode can't be changed, and its retention period can't be shortened. Compliance mode helps ensure that an object version can't be overwritten or deleted for the duration of the retention period.

Jsii::Enum.new("aws-cdk-lib.aws_s3.ObjectLockMode", "COMPLIANCE")