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

InternalResourceMetadata

import type { InternalResourceMetadata } from "https://googleapis.deno.dev/v1/redis:v1.ts";

Metadata for individual internal resources in an instance. e.g. spanner instance can have multiple databases with unique configuration settings. Similarly bigtable can have multiple clusters within same bigtable instance.

interface InternalResourceMetadata {
backupConfiguration?: BackupConfiguration;
backupRun?: BackupRun;
isDeletionProtectionEnabled?: boolean;
product?: Product;
resourceId?: DatabaseResourceId;
resourceName?: string;
}

§Properties

§
backupConfiguration?: BackupConfiguration
[src]

Backup configuration for this database

§
backupRun?: BackupRun
[src]

Information about the last backup attempt for this database

§
isDeletionProtectionEnabled?: boolean
[src]

Whether deletion protection is enabled for this internal resource.

§
product?: Product
[src]
§
resourceName?: string
[src]

Required. internal resource name for spanner this will be database name e.g."spanner.googleapis.com/projects/123/abc/instances/inst1/databases/db1"