Class PlanRuleCopyActionArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class PlanRuleCopyActionArgs : ResourceArgs
Constructors
View SourcePlanRuleCopyActionArgs()
Declaration
public PlanRuleCopyActionArgs()
Properties
View SourceDestinationVaultArn
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> |
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> |