Show / Hide Table of Contents

Class PlanRuleCopyActionGetArgs

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

Constructors

View Source

PlanRuleCopyActionGetArgs()

Declaration
public PlanRuleCopyActionGetArgs()

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