Class: Aws::SecurityHub::Types::AwsBackupBackupVaultDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-securityhub/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

Instance Attribute Details

#access_policyString

A resource-based policy that is used to manage access permissions on the target backup vault.

Returns:

  • (String)


3417
3418
3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3417

class AwsBackupBackupVaultDetails < Struct.new(
  :backup_vault_arn,
  :backup_vault_name,
  :encryption_key_arn,
  :notifications,
  :access_policy)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_arnString

An Amazon Resource Name (ARN) that uniquely identifies a backup vault.

Returns:

  • (String)


3417
3418
3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3417

class AwsBackupBackupVaultDetails < Struct.new(
  :backup_vault_arn,
  :backup_vault_name,
  :encryption_key_arn,
  :notifications,
  :access_policy)
  SENSITIVE = []
  include Aws::Structure
end

#backup_vault_nameString

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.

Returns:

  • (String)


3417
3418
3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3417

class AwsBackupBackupVaultDetails < Struct.new(
  :backup_vault_arn,
  :backup_vault_name,
  :encryption_key_arn,
  :notifications,
  :access_policy)
  SENSITIVE = []
  include Aws::Structure
end

#encryption_key_arnString

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 do not specify a key, Backup creates an KMS key for you by default.

Returns:

  • (String)


3417
3418
3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3417

class AwsBackupBackupVaultDetails < Struct.new(
  :backup_vault_arn,
  :backup_vault_name,
  :encryption_key_arn,
  :notifications,
  :access_policy)
  SENSITIVE = []
  include Aws::Structure
end

#notificationsTypes::AwsBackupBackupVaultNotificationsDetails

The Amazon SNS event notifications for the specified backup vault.



3417
3418
3419
3420
3421
3422
3423
3424
3425
# File 'gems/aws-sdk-securityhub/lib/aws-sdk-securityhub/types.rb', line 3417

class AwsBackupBackupVaultDetails < Struct.new(
  :backup_vault_arn,
  :backup_vault_name,
  :encryption_key_arn,
  :notifications,
  :access_policy)
  SENSITIVE = []
  include Aws::Structure
end