Class: Aws::SecurityHub::Types::AwsBackupBackupVaultDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsBackupBackupVaultDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
Provides details about an Backup backup vault. In Backup, a backup vault is a container that stores and organizes your backups.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#access_policy ⇒ String
A resource-based policy that is used to manage access permissions on the target backup vault.
-
#backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
-
#backup_vault_name ⇒ String
The name of a logical container where backups are stored.
-
#encryption_key_arn ⇒ String
The unique ARN associated with the server-side encryption key.
-
#notifications ⇒ Types::AwsBackupBackupVaultNotificationsDetails
The Amazon SNS event notifications for the specified backup vault.
Instance Attribute Details
#access_policy ⇒ String
A resource-based policy that is used to manage access permissions on the target backup vault.
3421 3422 3423 3424 3425 3426 3427 3428 3429 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3421 class AwsBackupBackupVaultDetails < Struct.new( :backup_vault_arn, :backup_vault_name, :encryption_key_arn, :notifications, :access_policy) SENSITIVE = [] include Aws::Structure end |
#backup_vault_arn ⇒ String
An Amazon Resource Name (ARN) that uniquely identifies a backup vault.
3421 3422 3423 3424 3425 3426 3427 3428 3429 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3421 class AwsBackupBackupVaultDetails < Struct.new( :backup_vault_arn, :backup_vault_name, :encryption_key_arn, :notifications, :access_policy) SENSITIVE = [] include Aws::Structure end |
#backup_vault_name ⇒ String
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.
3421 3422 3423 3424 3425 3426 3427 3428 3429 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3421 class AwsBackupBackupVaultDetails < Struct.new( :backup_vault_arn, :backup_vault_name, :encryption_key_arn, :notifications, :access_policy) SENSITIVE = [] include Aws::Structure end |
#encryption_key_arn ⇒ String
The unique ARN associated with the server-side encryption key. You can specify a key to encrypt your backups from services that support full Backup management. If you don’t specify a key, Backup creates an KMS key for you by default.
3421 3422 3423 3424 3425 3426 3427 3428 3429 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3421 class AwsBackupBackupVaultDetails < Struct.new( :backup_vault_arn, :backup_vault_name, :encryption_key_arn, :notifications, :access_policy) SENSITIVE = [] include Aws::Structure end |
#notifications ⇒ Types::AwsBackupBackupVaultNotificationsDetails
The Amazon SNS event notifications for the specified backup vault.
3421 3422 3423 3424 3425 3426 3427 3428 3429 |
# File 'lib/aws-sdk-securityhub/types.rb', line 3421 class AwsBackupBackupVaultDetails < Struct.new( :backup_vault_arn, :backup_vault_name, :encryption_key_arn, :notifications, :access_policy) SENSITIVE = [] include Aws::Structure end |