Show / Hide Table of Contents

Class BucketLifecycleRuleTransitionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketLifecycleRuleTransitionArgs
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.AliCloud.Oss.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BucketLifecycleRuleTransitionArgs : ResourceArgs

Constructors

View Source

BucketLifecycleRuleTransitionArgs()

Declaration
public BucketLifecycleRuleTransitionArgs()

Properties

View Source

CreatedBeforeDate

Specifies the time before which the rules take effect. The date must conform to the ISO8601 format and always be UTC 00:00. For example: 2002-10-11T00:00:00.000Z indicates that objects updated before 2002-10-11T00:00:00.000Z are deleted or converted to another storage class, and objects updated after this time (including this time) are not deleted or converted.

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

Days

Specifies the number of days after object creation when the specific rule action takes effect.

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

StorageClass

Specifies the storage class that objects that conform to the rule are converted into. The storage class of the objects in a bucket of the IA storage class can be converted into Archive but cannot be converted into Standard. Values: IA, Archive.

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