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

GetEventSelectorsResponse

import type { GetEventSelectorsResponse } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface GetEventSelectorsResponse {
AdvancedEventSelectors?: AdvancedEventSelector[] | null;
EventSelectors?: EventSelector[] | null;
TrailARN?: string | null;
}

§Properties

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

The advanced event selectors that are configured for the trail.

§
EventSelectors?: EventSelector[] | null
[src]

The event selectors that are configured for the trail.

§
TrailARN?: string | null
[src]

The specified trail ARN that has the event selectors.