Show / Hide Table of Contents

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 Source

ObjectLockEnabled

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

Rule

The Object Lock rule in place for this bucket.

Declaration
public readonly BucketObjectLockConfigurationRule Rule
Field Value
Type Description
BucketObjectLockConfigurationRule
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.