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

GetChannelResponse

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

§Properties

§
ChannelArn?: string | null
[src]

The ARN of an channel returned by a GetChannel request.

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

The destinations for the channel. For channels created for integrations, the destinations are the event data stores that log events arriving through the channel. For service-linked channels, the destination is the Amazon Web Services service that created the service-linked channel to receive events.

§
IngestionStatus?: IngestionStatus | null
[src]

A table showing information about the most recent successful and failed attempts to ingest events.

§
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 generated by the Amazon Web Services service.

§
Source?: string | null
[src]

The source for the CloudTrail channel.

§
SourceConfig?: SourceConfig | null
[src]

Provides information about the advanced event selectors configured for the channel, and whether the channel applies to all regions or a single region.