Class BucketObjectLockConfiguration
Inheritance
System.Object
BucketObjectLockConfiguration
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.S3.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketObjectLockConfiguration
Fields
View SourceObjectLockEnabled
Indicates whether this bucket has an Object Lock configuration enabled. Valid value is Enabled.
Declaration
public readonly string ObjectLockEnabled
Field Value
| Type | Description |
|---|---|
| System.String |
Rule
The Object Lock rule in place for this bucket.
Declaration
public readonly BucketObjectLockConfigurationRule Rule
Field Value
| Type | Description |
|---|---|
| BucketObjectLockConfigurationRule |