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

LogGroup

import type { LogGroup } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";

Represents a log group.

interface LogGroup {
arn?: string | null;
creationTime?: number | null;
kmsKeyId?: string | null;
logGroupName?: string | null;
metricFilterCount?: number | null;
retentionInDays?: number | null;
storedBytes?: number | null;
}

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the log group.

§
creationTime?: number | null
[src]

The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.

§
kmsKeyId?: string | null
[src]

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data.

§
logGroupName?: string | null
[src]

The name of the log group.

§
metricFilterCount?: number | null
[src]

The number of metric filters.

§
retentionInDays?: number | null
[src]
§
storedBytes?: number | null
[src]

The number of bytes stored.