class Aws::MemoryDB::Types::CreateSnapshotRequest

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

data as a hash:

    {
      cluster_name: "String", # required
      snapshot_name: "String", # required
      kms_key_id: "String",
      tags: [
        {
          key: "String",
          value: "String",
        },
      ],
    }

@!attribute [rw] cluster_name

The snapshot is created from this cluster.
@return [String]

@!attribute [rw] snapshot_name

A name for the snapshot being created.
@return [String]

@!attribute [rw] kms_key_id

The ID of the KMS key used to encrypt the snapshot.
@return [String]

@!attribute [rw] tags

A list of tags to be added to this resource. A tag is a key-value
pair. A tag key must be accompanied by a tag value, although null is
accepted.
@return [Array<Types::Tag>]

@see docs.aws.amazon.com/goto/WebAPI/memorydb-2021-01-01/CreateSnapshotRequest AWS API Documentation

Constants

SENSITIVE