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

Channel

import type { Channel } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";

Contains information about a returned CloudTrail channel.

interface Channel {
ChannelArn?: string | null;
Name?: string | null;
}

§Properties

§
ChannelArn?: string | null
[src]

The Amazon Resource Name (ARN) of a channel.

§
Name?: string | null
[src]

The name of the CloudTrail channel. For service-linked channels, the name is aws-service-channel/service-name/custom-suffix where service-name represents the name of the Amazon Web Services service that created the channel and custom-suffix represents the suffix created by the Amazon Web Services service.