Class PlanRuleCopyActionLifecycle
Inheritance
System.Object
PlanRuleCopyActionLifecycle
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.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlanRuleCopyActionLifecycle
Fields
View SourceColdStorageAfter
Specifies the number of days after creation that a recovery point is moved to cold storage.
Declaration
public readonly int? ColdStorageAfter
Field Value
| Type | Description |
|---|---|
| System.Nullable<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 readonly int? DeleteAfter
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |