Show / Hide Table of Contents

Class BucketObjectLockConfigurationArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketObjectLockConfigurationArgs
Inherited Members
ResourceArgs.Empty
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 Source

BucketObjectLockConfigurationArgs()

Declaration
public BucketObjectLockConfigurationArgs()

Properties

View Source

ObjectLockEnabled

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>
View Source

Rule

The Object Lock rule in place for this bucket.

Declaration
public Input<BucketObjectLockConfigurationRuleArgs> Rule { get; set; }
Property Value
Type Description
Input<BucketObjectLockConfigurationRuleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.