Class BucketLifecycleRuleArgs
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.Gcp.Storage.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLifecycleRuleArgs : ResourceArgs
Constructors
View SourceBucketLifecycleRuleArgs()
Declaration
public BucketLifecycleRuleArgs()
Properties
View SourceAction
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> |
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> |