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

PutEventSelectorsResponse

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

§Properties

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

Specifies the advanced event selectors configured for your trail.

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

Specifies the event selectors configured for your trail.

§
TrailARN?: string | null
[src]

Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.

arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail