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

StartImportRequest

import type { StartImportRequest } from "https://aws-api.deno.dev/v0.4/services/cloudtrail.ts?docs=full";
interface StartImportRequest {
Destinations?: string[] | null;
EndEventTime?: Date | number | null;
ImportId?: string | null;
ImportSource?: ImportSource | null;
StartEventTime?: Date | number | null;
}

§Properties

§
Destinations?: string[] | null
[src]

The ARN of the destination event data store. Use this parameter for a new import.

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

Use with StartEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log file names to verify the names contain a date between the specified StartEventTime and EndEventTime before attempting to import events.

§
ImportId?: string | null
[src]

The ID of the import. Use this parameter when you are retrying an import.

§
ImportSource?: ImportSource | null
[src]

The source S3 bucket for the import. Use this parameter for a new import.

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

Use with EndEventTime to bound a StartImport request, and limit imported trail events to only those events logged within a specified time period. When you specify a time range, CloudTrail checks the prefix and log file names to verify the names contain a date between the specified StartEventTime and EndEventTime before attempting to import events.