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;
}