Show / Hide Table of Contents

Class BucketObjectLockConfigurationRuleGetArgs

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

Constructors

View Source

BucketObjectLockConfigurationRuleGetArgs()

Declaration
public BucketObjectLockConfigurationRuleGetArgs()

Properties

View Source

DefaultRetention

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

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