Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

AwsBackupBackupVaultDetails

import type { AwsBackupBackupVaultDetails } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

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

interface AwsBackupBackupVaultDetails {
AccessPolicy?: string | null;
BackupVaultArn?: string | null;
BackupVaultName?: string | null;
EncryptionKeyArn?: string | null;
}

§Properties

§
AccessPolicy?: string | null
[src]

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

§
BackupVaultArn?: string | null
[src]

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

§
BackupVaultName?: string | null
[src]

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.

§
EncryptionKeyArn?: string | null
[src]

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.

§

The Amazon SNS event notifications for the specified backup vault.