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;
}