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.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";

Represents a cross-account destination that receives subscription log events.

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]

An IAM policy document that governs which Amazon Web Services accounts can create subscription filters against this destination.

§
arn?: string | null
[src]

The ARN of this destination.

§
creationTime?: number | null
[src]

The creation time of the destination, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

§
destinationName?: string | null
[src]

The name of the destination.

§
roleArn?: string | null
[src]

A role for impersonation, used when delivering log events to the target.

§
targetArn?: string | null
[src]

The Amazon Resource Name (ARN) of the physical target where the log events are delivered (for example, a Kinesis stream).