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

AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails

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

Information about CloudWatch Logs for the build project.

interface AwsCodeBuildProjectLogsConfigCloudWatchLogsDetails {
GroupName?: string | null;
Status?: string | null;
StreamName?: string | null;
}

§Properties

§
GroupName?: string | null
[src]

The group name of the logs in CloudWatch Logs.

§
Status?: string | null
[src]

The current status of the logs in CloudWatch Logs for a build project.

§
StreamName?: string | null
[src]

The prefix of the stream name of the CloudWatch Logs.