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

LoggingConfig

import type { LoggingConfig } from "https://aws-api.deno.dev/v0.4/services/cloudformation.ts?docs=full";

Contains logging configuration information for an extension.

interface LoggingConfig {
LogGroupName: string;
LogRoleArn: string;
}

§Properties

§
LogGroupName: string
[src]

The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.

§
LogRoleArn: string
[src]

The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.