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

PutDestinationRequest

import type { PutDestinationRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface PutDestinationRequest {
destinationName: string;
roleArn: string;
targetArn: string;
}

§Properties

§
destinationName: string
[src]

A name for the destination.

§
roleArn: string
[src]

The ARN of an IAM role that grants CloudWatch Logs permissions to call the Amazon Kinesis PutRecord operation on the destination stream.

§
targetArn: string
[src]

The ARN of an Amazon Kinesis stream to which to deliver matching log events.