Show / Hide Table of Contents

Class BucketObjectLockConfigurationRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketObjectLockConfigurationRuleArgs
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 BucketObjectLockConfigurationRuleArgs : ResourceArgs

Constructors

View Source

BucketObjectLockConfigurationRuleArgs()

Declaration
public BucketObjectLockConfigurationRuleArgs()

Properties

View Source

DefaultRetention

The default retention period that you want to apply to new objects placed in this bucket.

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