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

CreateChannelRequest

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

§Properties

§
Destinations: Destination[]
[src]

One or more event data stores to which events arriving through a channel will be logged.

§
Name: string
[src]

The name of the channel.

§
Source: string
[src]

The name of the partner or external event source. You cannot change this name after you create the channel. A maximum of one channel is allowed per source.

A source can be either Custom for all valid non-Amazon Web Services events, or the name of a partner event source. For information about the source names for available partners, see Additional information about integration partners in the CloudTrail User Guide.

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