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

TagLogGroupRequest

import type { TagLogGroupRequest } from "https://aws-api.deno.dev/v0.3/services/cloudwatchlogs.ts?docs=full";
interface TagLogGroupRequest {
logGroupName: string;
tags: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
logGroupName: string
[src]

The name of the log group.

§
tags: {
[key: string]: string | null | undefined;
}
[src]

The key-value pairs to use for the tags.