Table of Contents

Class ObjectLockConfiguration

Namespace
Amazon.S3.Model
Assembly
AWSSDK.S3.dll

The container element for Object Lock configuration parameters.

public class ObjectLockConfiguration
Inheritance
ObjectLockConfiguration
Inherited Members

Constructors

ObjectLockConfiguration()

public ObjectLockConfiguration()

Properties

ObjectLockEnabled

Gets and sets the property ObjectLockEnabled.

Indicates whether this object has an Object Lock configuration enabled.

public ObjectLockEnabled ObjectLockEnabled { get; set; }

Property Value

ObjectLockEnabled

Rule

Gets and sets the property Rule.

The Object Lock rule in place for the specified object.

public ObjectLockRule Rule { get; set; }

Property Value

ObjectLockRule