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

DescribeArchiveResponse

import type { DescribeArchiveResponse } from "https://aws-api.deno.dev/v0.3/services/cloudwatchevents.ts?docs=full";
interface DescribeArchiveResponse {
ArchiveArn?: string | null;
ArchiveName?: string | null;
CreationTime?: Date | number | null;
Description?: string | null;
EventCount?: number | null;
EventPattern?: string | null;
EventSourceArn?: string | null;
RetentionDays?: number | null;
SizeBytes?: number | null;
State?: ArchiveState | null;
StateReason?: string | null;
}

§Properties

§
ArchiveArn?: string | null
[src]

The ARN of the archive.

§
ArchiveName?: string | null
[src]

The name of the archive.

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

The time at which the archive was created.

§
Description?: string | null
[src]

The description of the archive.

§
EventCount?: number | null
[src]

The number of events in the archive.

§
EventPattern?: string | null
[src]

The event pattern used to filter events sent to the archive.

§
EventSourceArn?: string | null
[src]

The ARN of the event source associated with the archive.

§
RetentionDays?: number | null
[src]

The number of days to retain events for in the archive.

§
SizeBytes?: number | null
[src]

The size of the archive in bytes.

§
State?: ArchiveState | null
[src]

The state of the archive.

§
StateReason?: string | null
[src]

The reason that the archive is in the state.