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

CopySnapshotMessage

import type { CopySnapshotMessage } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface CopySnapshotMessage {
KmsKeyId?: string | null;
SourceSnapshotName: string;
Tags?: Tag[] | null;
TargetBucket?: string | null;
TargetSnapshotName: string;
}

§Properties

§
KmsKeyId?: string | null
[src]
§
SourceSnapshotName: string
[src]
§
Tags?: Tag[] | null
[src]
§
TargetBucket?: string | null
[src]
§
TargetSnapshotName: string
[src]