Interface PreviewCreateIndexFromBackupOptionsAlpha

Options for creating an index from a backup.

interface PreviewCreateIndexFromBackupOptions {
    deletionProtection?: string;
    name: string;
    readCapacity?: PreviewReadCapacity;
    tags?: Record<string, string>;
}

Properties

deletionProtection?: string

Whether to enable deletion protection on the created index.

name: string

The name of the index to create. 1–45 characters, alphanumeric and '-'.

readCapacity?: PreviewReadCapacity

Optional read capacity configuration for the created index.

tags?: Record<string, string>

Optional tags to apply to the created index. Overrides backup tags if provided.