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

SourceConfig

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

Contains configuration information about the channel.

interface SourceConfig {
AdvancedEventSelectors?: AdvancedEventSelector[] | null;
ApplyToAllRegions?: boolean | null;
}

§Properties

§
AdvancedEventSelectors?: AdvancedEventSelector[] | null
[src]

The advanced event selectors that are configured for the channel.

§
ApplyToAllRegions?: boolean | null
[src]

Specifies whether the channel applies to a single region or to all regions.