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

UpdateEventDataStoreRequest

import type { UpdateEventDataStoreRequest } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface UpdateEventDataStoreRequest {
AdvancedEventSelectors?: AdvancedEventSelector[] | null;
EventDataStore: string;
MultiRegionEnabled?: boolean | null;
Name?: string | null;
OrganizationEnabled?: boolean | null;
RetentionPeriod?: number | null;
TerminationProtectionEnabled?: boolean | null;
}

§Properties

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

The advanced event selectors used to select events for the event data store.

§
EventDataStore: string
[src]

The ARN (or the ID suffix of the ARN) of the event data store that you want to update.

§
MultiRegionEnabled?: boolean | null
[src]

Specifies whether an event data store collects events from all regions, or only from the region in which it was created.

§
Name?: string | null
[src]

The event data store name.

§
OrganizationEnabled?: boolean | null
[src]

Specifies whether an event data store collects events logged for an organization in Organizations.

§
RetentionPeriod?: number | null
[src]

The retention period, in days.

§
TerminationProtectionEnabled?: boolean | null
[src]

Indicates that termination protection is enabled and the event data store cannot be automatically deleted.