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

CloudWatchLogsConfig

import type { CloudWatchLogsConfig } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";

Information about CloudWatch Logs for a build project.

interface CloudWatchLogsConfig {
groupName?: string | null;
streamName?: string | null;
}

§Properties

§
groupName?: string | null
[src]

The group name of the logs in CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.

§

The current status of the logs in CloudWatch Logs for a build project. Valid values are:

  • ENABLED: CloudWatch Logs are enabled for this build project.
  • DISABLED: CloudWatch Logs are not enabled for this build project.
§
streamName?: string | null
[src]

The prefix of the stream name of the CloudWatch Logs. For more information, see Working with Log Groups and Log Streams.