Show / Hide Table of Contents

Class BucketLifecycleRuleArgs

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

Constructors

View Source

BucketLifecycleRuleArgs()

Declaration
public BucketLifecycleRuleArgs()

Properties

View Source

AbortIncompleteMultipartUploadDays

Specifies the number of days after initiating a multipart upload when the multipart upload must be completed.

Declaration
public Input<int> AbortIncompleteMultipartUploadDays { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

Enabled

Specifies lifecycle rule status.

Declaration
public Input<bool> Enabled { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Expiration

Specifies a period in the object's expire (documented below).

Declaration
public Input<BucketLifecycleRuleExpirationArgs> Expiration { get; set; }
Property Value
Type Description
Input<BucketLifecycleRuleExpirationArgs>
View Source

Id

Unique identifier for the rule.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
View Source

NoncurrentVersionExpiration

Specifies when noncurrent object versions expire (documented below).

Declaration
public Input<BucketLifecycleRuleNoncurrentVersionExpirationArgs> NoncurrentVersionExpiration { get; set; }
Property Value
Type Description
Input<BucketLifecycleRuleNoncurrentVersionExpirationArgs>
View Source

NoncurrentVersionTransitions

Specifies when noncurrent object versions transitions (documented below).

Declaration
public InputList<BucketLifecycleRuleNoncurrentVersionTransitionArgs> NoncurrentVersionTransitions { get; set; }
Property Value
Type Description
InputList<BucketLifecycleRuleNoncurrentVersionTransitionArgs>
View Source

Prefix

Object key prefix identifying one or more objects to which the rule applies.

Declaration
public Input<string> Prefix { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tags

Specifies object tags key and value.

Declaration
public InputMap<object> Tags { get; set; }
Property Value
Type Description
InputMap<System.Object>
View Source

Transitions

Specifies a period in the object's transitions (documented below).

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