Show / Hide Table of Contents

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 Source

ColdStorageAfter

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.