/dhall-aws-cloudformation/cloudformation/AWS::Backup::BackupPlan/CopyActionResourceType.dhall
Copy path to clipboardSource
{ Type =
{ DestinationBackupVaultArn : (./../../Fn.dhall).CfnText
, Lifecycle : Optional (./LifecycleResourceType.dhall).Type
}
, default.Lifecycle = None (./LifecycleResourceType.dhall).Type
}