PlanRuleCopyAction constructor

const PlanRuleCopyAction({
  1. required Input<String> destinationVaultArn,
  2. Input<PlanRuleCopyActionLifecycle?>? lifecycle,
})

Creates a new PlanRuleCopyAction. destinationVaultArn ARN that uniquely identifies the destination backup vault for the copied backup. lifecycle The lifecycle defines when a protected resource is copied over to a backup vault and when it expires. Fields documented above.

Implementation

const PlanRuleCopyAction({
  required this.destinationVaultArn,
  this.lifecycle,
});