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

AwsCodeBuildProjectLogsConfigS3LogsDetails

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

Information about logs built to an S3 bucket for a build project.

interface AwsCodeBuildProjectLogsConfigS3LogsDetails {
EncryptionDisabled?: boolean | null;
Location?: string | null;
Status?: string | null;
}

§Properties

§
EncryptionDisabled?: boolean | null
[src]

Whether to disable encryption of the S3 build log output.

§
Location?: string | null
[src]

The ARN of the S3 bucket and the path prefix for S3 logs.

§
Status?: string | null
[src]

The current status of the S3 build logs.