Show / Hide Table of Contents

Class BucketLifecycleRuleExpiration

Inheritance
System.Object
BucketLifecycleRuleExpiration
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.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class BucketLifecycleRuleExpiration

Fields

View Source

Date

Specifies the date after which you want the corresponding action to take effect. The value obeys ISO8601 format like 2017-03-09.

Declaration
public readonly string Date
Field Value
Type Description
System.String
View Source

Days

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

Declaration
public readonly int? Days
Field Value
Type Description
System.Nullable<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.