/dhall-aws-cloudformation/cloudformation/AWS::Backup::BackupVault/Properties.dhall

Copy path to clipboard

Source

{ Type =
{ AccessPolicy : Optional (./../../Prelude.dhall).JSON.Type
, BackupVaultName : (./../../Fn.dhall).CfnText
, BackupVaultTags :
Optional
((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, EncryptionKeyArn : Optional (./../../Fn.dhall).CfnText
, LockConfiguration : Optional (./LockConfigurationType.dhall).Type
, Notifications : Optional (./NotificationObjectType.dhall).Type
}
, default =
{ AccessPolicy = None (./../../Prelude.dhall).JSON.Type
, BackupVaultTags =
None ((./../../Prelude.dhall).Map.Type Text (./../../Fn.dhall).CfnText)
, EncryptionKeyArn = None (./../../Fn.dhall).CfnText
, LockConfiguration = None (./LockConfigurationType.dhall).Type
, Notifications = None (./NotificationObjectType.dhall).Type
}
}