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.Gcp.Storage.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLifecycleRuleGetArgs : ResourceArgs

Constructors

View Source

BucketLifecycleRuleGetArgs()

Declaration
public BucketLifecycleRuleGetArgs()

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<BucketLifecycleRuleActionGetArgs> Action { get; set; }
Property Value
Type Description
Input<BucketLifecycleRuleActionGetArgs>
View Source

Condition

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

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