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

CreateArchiveRequest

import type { CreateArchiveRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface CreateArchiveRequest {
ArchiveName: string;
Description?: string | null;
EventPattern?: string | null;
EventSourceArn: string;
RetentionDays?: number | null;
}

§Properties

§
ArchiveName: string
[src]

The name for the archive to create.

§
Description?: string | null
[src]

A description for the archive.

§
EventPattern?: string | null
[src]

An event pattern to use to filter events sent to the archive.

§
EventSourceArn: string
[src]

The ARN of the event bus that sends events to the archive.

§
RetentionDays?: number | null
[src]

The number of days to retain events for. Default value is 0. If set to 0, events are retained indefinitely