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

Destination

import type { Destination } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/cloudwatchlogs.ts";
interface Destination {
accessPolicy?: string | null;
arn?: string | null;
creationTime?: number | null;
destinationName?: string | null;
roleArn?: string | null;
targetArn?: string | null;
}

§Properties

§
accessPolicy?: string | null
[src]
§
arn?: string | null
[src]
§
creationTime?: number | null
[src]
§
destinationName?: string | null
[src]
§
roleArn?: string | null
[src]
§
targetArn?: string | null
[src]