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;
}