Show / Hide Table of Contents

Class BucketLifecycleRuleGetArgs

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

Constructors

View Source

BucketLifecycleRuleGetArgs()

Declaration
public BucketLifecycleRuleGetArgs()

Properties

View Source

Enabled

Specifies lifecycle rule status.

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

Expirations

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

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

Id

Unique identifier for the rule. If omitted, OSS bucket will assign a unique name.

Declaration
public Input<string> Id { get; set; }
Property Value
Type Description
Input<System.String>
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

Transitions

Specifies the time when an object is converted to the IA or archive storage class during a valid life cycle. (documented below).

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