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

CreateChannelResponse

import type { CreateChannelResponse } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface CreateChannelResponse {
ChannelArn?: string | null;
Destinations?: Destination[] | null;
Name?: string | null;
Source?: string | null;
Tags?: Tag[] | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The Amazon Resource Name (ARN) of the new channel.

§
Destinations?: Destination[] | null
[src]

The event data stores that log the events arriving through the channel.

§
Name?: string | null
[src]

The name of the new channel.

§
Source?: string | null
[src]

The partner or external event source name.

§
Tags?: Tag[] | null
[src]