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

CreateRelationalDatabaseSnapshotRequest

import type { CreateRelationalDatabaseSnapshotRequest } from "https://aws-api.deno.dev/v0.3/services/lightsail.ts?docs=full";
interface CreateRelationalDatabaseSnapshotRequest {
relationalDatabaseName: string;
relationalDatabaseSnapshotName: string;
tags?: Tag[] | null;
}

§Properties

§
relationalDatabaseName: string
[src]

The name of the database on which to base your new snapshot.

§
relationalDatabaseSnapshotName: string
[src]

The name for your new database snapshot.

Constraints:

  • Must contain from 2 to 255 alphanumeric characters, or hyphens.
  • The first and last character must be a letter or number.
§
tags?: Tag[] | null
[src]

The tag keys and optional values to add to the resource during create.

Use the TagResource action to tag a resource after it's created.