PlanRuleCopyAction constructor
const
PlanRuleCopyAction({
- required Input<
String> destinationVaultArn, - 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,
});