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

CreateLogGroupRequest

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

§Properties

§
kmsKeyId?: string | null
[src]

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. For more information, see Amazon Resource Names - Key Management Service.

§
logGroupName: string
[src]

The name of the log group.

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

The key-value pairs to use for the tags.

CloudWatch Logs doesn’t support IAM policies that prevent users from assigning specified tags to log groups using the aws:Resource/_key-name_ or aws:TagKeys condition keys. For more information about using tags to control access, see Controlling access to Amazon Web Services resources using tags.