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-gyr5wj9zj0fg.deno.dev/v0.2/services/cloudwatchlogs.ts";
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]
§
creationTime?: number | null
[src]
§
kmsKeyId?: string | null
[src]
§
logGroupName?: string | null
[src]
§
metricFilterCount?: number | null
[src]
§
retentionInDays?: number | null
[src]
§
storedBytes?: number | null
[src]