class Aws::Lightsail::Types::CreateRelationalDatabaseSnapshotRequest

@note When making an API call, you may pass CreateRelationalDatabaseSnapshotRequest

data as a hash:

    {
      relational_database_name: "ResourceName", # required
      relational_database_snapshot_name: "ResourceName", # required
      tags: [
        {
          key: "TagKey",
          value: "TagValue",
        },
      ],
    }

@!attribute [rw] relational_database_name

The name of the database on which to base your new snapshot.
@return [String]

@!attribute [rw] relational_database_snapshot_name

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.
@return [String]

@!attribute [rw] tags

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.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28/CreateRelationalDatabaseSnapshotRequest AWS API Documentation

Constants

SENSITIVE