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

CreateEventDataStoreResponse

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

§Properties

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

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

§
CreatedTimestamp?: Date | number | null
[src]

The timestamp that shows when the event data store was created.

§
EventDataStoreArn?: string | null
[src]

The ARN of the event data store.

§
MultiRegionEnabled?: boolean | null
[src]

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

§
Name?: string | null
[src]

The name of the event data store.

§
OrganizationEnabled?: boolean | null
[src]

Indicates whether an event data store is collecting logged events for an organization in Organizations.

§
RetentionPeriod?: number | null
[src]

The retention period of an event data store, in days.

§

The status of event data store creation.

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

Indicates whether termination protection is enabled for the event data store.

§
UpdatedTimestamp?: Date | number | null
[src]

The timestamp that shows when an event data store was updated, if applicable. UpdatedTimestamp is always either the same or newer than the time shown in CreatedTimestamp.