

# AwsBackupBackupVaultDetails
<a name="API_AwsBackupBackupVaultDetails"></a>

Provides details about an Amazon Backup backup vault. In Amazon Backup, a backup vault is a container that stores and organizes your backups. 

## Contents
<a name="API_AwsBackupBackupVaultDetails_Contents"></a>

 ** AccessPolicy **   <a name="securityhub-Type-AwsBackupBackupVaultDetails-AccessPolicy"></a>
A resource-based policy that is used to manage access permissions on the target backup vault.   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** BackupVaultArn **   <a name="securityhub-Type-AwsBackupBackupVaultDetails-BackupVaultArn"></a>
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** BackupVaultName **   <a name="securityhub-Type-AwsBackupBackupVaultDetails-BackupVaultName"></a>
The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the Amazon Web Services account used to create them and the Amazon Web Services Region where they are created. They consist of lowercase letters, numbers, and hyphens.   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** EncryptionKeyArn **   <a name="securityhub-Type-AwsBackupBackupVaultDetails-EncryptionKeyArn"></a>
The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Amazon Backup management. If you don't specify a key, Amazon Backup creates an Amazon KMS key for you by default.   
Type: String  
Pattern: `.*\S.*`   
Required: No

 ** Notifications **   <a name="securityhub-Type-AwsBackupBackupVaultDetails-Notifications"></a>
The Amazon SNS event notifications for the specified backup vault.   
Type: [AwsBackupBackupVaultNotificationsDetails](API_AwsBackupBackupVaultNotificationsDetails.md) object  
Required: No

## See Also
<a name="API_AwsBackupBackupVaultDetails_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/securityhub-2018-10-26/AwsBackupBackupVaultDetails) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/securityhub-2018-10-26/AwsBackupBackupVaultDetails) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/securityhub-2018-10-26/AwsBackupBackupVaultDetails) 