import { _Tag } from "./_Tag"; import { BrowserHttpOptions as __HttpOptions__ } from "@aws-sdk/types"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * CreateRelationalDatabaseSnapshotInput shape */ export interface CreateRelationalDatabaseSnapshotInput { /** *
The name of the database on which to base your new snapshot.
*/ relationalDatabaseName: string; /** *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.
The tag keys and optional values to add to the resource during create.
To tag a resource after it has been created, see the tag resource operation.