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

GetEventDataStoreResponse

import type { GetEventDataStoreResponse } from "https://aws-api.deno.dev/v0.3/services/cloudtrail.ts?docs=full";
interface GetEventDataStoreResponse {
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;
TerminationProtectionEnabled?: boolean | null;
UpdatedTimestamp?: Date | number | null;
}

§Properties

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

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

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

The timestamp of the event data store's creation.

§
EventDataStoreArn?: string | null
[src]

The event data store Amazon Resource Number (ARN).

§
MultiRegionEnabled?: boolean | null
[src]

Indicates whether the event data store includes 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 the event data store, in days.

§

The status of an event data store. Values can be ENABLED and PENDING_DELETION.

§
TerminationProtectionEnabled?: boolean | null
[src]

Indicates that termination protection is enabled.

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

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