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

CreateSnapshotRequest

import type { CreateSnapshotRequest } from "https://aws-api.deno.dev/v0.3/services/memorydb.ts?docs=full";
interface CreateSnapshotRequest {
ClusterName: string;
KmsKeyId?: string | null;
SnapshotName: string;
Tags?: Tag[] | null;
}

§Properties

§
ClusterName: string
[src]

The snapshot is created from this cluster.

§
KmsKeyId?: string | null
[src]

The ID of the KMS key used to encrypt the snapshot.

§
SnapshotName: string
[src]

A name for the snapshot being created.

§
Tags?: Tag[] | null
[src]

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.