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

CreateBackupVaultInput

import type { CreateBackupVaultInput } from "https://aws-api.deno.dev/v0.4/services/backup.ts?docs=full";
interface CreateBackupVaultInput {
BackupVaultName: string;
BackupVaultTags?: {
[key: string]: string | null | undefined;
}
| null;
CreatorRequestId?: string | null;
EncryptionKeyArn?: string | null;
}

§Properties

§
BackupVaultName: string
[src]

The name of a logical container where backups are stored. Backup vaults are identified by names that are unique to the account used to create them and the Amazon Web Services Region where they are created. They consist of letters, numbers, and hyphens.

§
BackupVaultTags?: {
[key: string]: string | null | undefined;
}
| null
[src]

Metadata that you can assign to help organize the resources that you create. Each tag is a key-value pair.

§
CreatorRequestId?: string | null
[src]

A unique string that identifies the request and allows failed requests to be retried without the risk of running the operation twice. This parameter is optional.

If used, this parameter must contain 1 to 50 alphanumeric or '-_.' characters.

§
EncryptionKeyArn?: string | null
[src]

The server-side encryption key that is used to protect your backups; for example, arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab.