Class PlanRuleCopyActionGetArgs
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 PlanRuleCopyActionGetArgs : ResourceArgs
Constructors
View SourcePlanRuleCopyActionGetArgs()
Declaration
public PlanRuleCopyActionGetArgs()
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<PlanRuleCopyActionLifecycleGetArgs> Lifecycle { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<PlanRuleCopyActionLifecycleGetArgs> |