enum ObjectLockMode
Language | Type name |
---|---|
.NET | Amazon.CDK.AWS.S3.ObjectLockMode |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awss3#ObjectLockMode |
Java | software.amazon.awscdk.services.s3.ObjectLockMode |
Python | aws_cdk.aws_s3.ObjectLockMode |
TypeScript (source) | aws-cdk-lib » aws_s3 » ObjectLockMode |
Modes in which S3 Object Lock retention can be configured.
Members
Name | Description |
---|---|
GOVERNANCE | The Governance retention mode. |
COMPLIANCE | The Compliance retention mode. |
GOVERNANCE
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.
COMPLIANCE
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.