Class BucketLifecycleRule
Inheritance
System.Object
BucketLifecycleRule
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.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class BucketLifecycleRule
Fields
View SourceAction
The Lifecycle Rule's action configuration. A single block of this type is supported. Structure is documented below.
Declaration
public readonly BucketLifecycleRuleAction Action
Field Value
| Type | Description |
|---|---|
| BucketLifecycleRuleAction |
Condition
The Lifecycle Rule's condition configuration. A single block of this type is supported. Structure is documented below.
Declaration
public readonly BucketLifecycleRuleCondition Condition
Field Value
| Type | Description |
|---|---|
| BucketLifecycleRuleCondition |