Class BucketLifecycleRuleTransitionArgs
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.AliCloud.Oss.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BucketLifecycleRuleTransitionArgs : ResourceArgs
Constructors
View SourceBucketLifecycleRuleTransitionArgs()
Declaration
public BucketLifecycleRuleTransitionArgs()
Properties
View SourceCreatedBeforeDate
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> |
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> |
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> |