Class PlanRuleLifecycleArgs
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.Aws.Backup.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlanRuleLifecycleArgs : ResourceArgs
Constructors
View SourcePlanRuleLifecycleArgs()
Declaration
public PlanRuleLifecycleArgs()
Properties
View SourceColdStorageAfter
Specifies the number of days after creation that a recovery point is moved to cold storage.
Declaration
public Input<int> ColdStorageAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
DeleteAfter
Specifies the number of days after creation that a recovery point is deleted. Must be 90 days greater than cold_storage_after.
Declaration
public Input<int> DeleteAfter { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |