Show / Hide Table of Contents

Class PlanRuleLifecycleArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PlanRuleLifecycleArgs
Inherited Members
ResourceArgs.Empty
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 Source

PlanRuleLifecycleArgs()

Declaration
public PlanRuleLifecycleArgs()

Properties

View Source

ColdStorageAfter

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>
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 Input<int> DeleteAfter { get; set; }
Property Value
Type Description
Input<System.Int32>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.