Class BucketObjectLockConfigurationArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BucketObjectLockConfigurationArgs : ResourceArgs
Constructors
View SourceBucketObjectLockConfigurationArgs()
Declaration
public BucketObjectLockConfigurationArgs()
Properties
View SourceObjectLockEnabled
Indicates whether this bucket has an Object Lock configuration enabled. Valid value is Enabled.
Declaration
public Input<string> ObjectLockEnabled { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Rule
The Object Lock rule in place for this bucket.
Declaration
public Input<BucketObjectLockConfigurationRuleArgs> Rule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<BucketObjectLockConfigurationRuleArgs> |