Class BucketLifecycleRuleExpirationArgs
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 BucketLifecycleRuleExpirationArgs : ResourceArgs
Constructors
View SourceBucketLifecycleRuleExpirationArgs()
Declaration
public BucketLifecycleRuleExpirationArgs()
Properties
View SourceDate
Specifies the date after which you want the corresponding action to take effect. The value obeys ISO8601 format like 2017-03-09.
Declaration
public Input<string> Date { 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> |