Show / Hide Table of Contents

Class BucketLifecycleRuleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BucketLifecycleRuleArgs
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.Gcp.Storage.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLifecycleRuleArgs : ResourceArgs

Constructors

View Source

BucketLifecycleRuleArgs()

Declaration
public BucketLifecycleRuleArgs()

Properties

View Source

Action

The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.

Declaration
public Input<BucketLifecycleRuleActionArgs> Action { get; set; }
Property Value
Type Description
Input<BucketLifecycleRuleActionArgs>
View Source

Condition

The Lifecycle Rule's condition configuration. A single block of this type is supported. Structure is documented below.

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