Show / Hide Table of Contents

Class PlanRuleCopyActionArgs

Inheritance
System.Object
InputArgs
ResourceArgs
PlanRuleCopyActionArgs
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 PlanRuleCopyActionArgs : ResourceArgs

Constructors

View Source

PlanRuleCopyActionArgs()

Declaration
public PlanRuleCopyActionArgs()

Properties

View Source

DestinationVaultArn

An Amazon Resource Name (ARN) that uniquely identifies the destination backup vault for the copied backup.

Declaration
public Input<string> DestinationVaultArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Lifecycle

The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.

Declaration
public Input<PlanRuleCopyActionLifecycleArgs> Lifecycle { get; set; }
Property Value
Type Description
Input<PlanRuleCopyActionLifecycleArgs>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.