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

AssociateKmsKeyRequest

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

§Properties

§
kmsKeyId: string
[src]

The Amazon Resource Name (ARN) of the CMK to use when encrypting log data. This must be a symmetric CMK. For more information, see Amazon Resource Names - Key Management Service and Using Symmetric and Asymmetric Keys.

§
logGroupName: string
[src]

The name of the log group.