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

LogsLocation

import type { LogsLocation } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/codebuild.ts";
interface LogsLocation {
cloudWatchLogs?: CloudWatchLogsConfig | null;
cloudWatchLogsArn?: string | null;
deepLink?: string | null;
groupName?: string | null;
s3DeepLink?: string | null;
s3Logs?: S3LogsConfig | null;
s3LogsArn?: string | null;
streamName?: string | null;
}

§Properties

§
cloudWatchLogs?: CloudWatchLogsConfig | null
[src]
§
cloudWatchLogsArn?: string | null
[src]
§
groupName?: string | null
[src]
§
s3Logs?: S3LogsConfig | null
[src]
§
s3LogsArn?: string | null
[src]
§
streamName?: string | null
[src]