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

CreateEventDataStoreRequest

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

§Properties

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

The advanced event selectors to use to select the events for the data store. For more information about how to use advanced event selectors, see Log events by using advanced event selectors in the CloudTrail User Guide.

§
MultiRegionEnabled?: boolean | null
[src]

Specifies whether the event data store includes events from all regions, or only from the region in which the event data store is created.

§
Name: string
[src]

The name of the event data store.

§
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 of the event data store, in days. You can set a retention period of up to 2555 days, the equivalent of seven years.

§
TagsList?: Tag[] | null
[src]
§
TerminationProtectionEnabled?: boolean | null
[src]

Specifies whether termination protection is enabled for the event data store. If termination protection is enabled, you cannot delete the event data store until termination protection is disabled.