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

SourceAuth

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

Information about the authorization settings for CodeBuild to access the source code to be built.

This information is for the CodeBuild console's use only. Your code should not get or set this information directly.

interface SourceAuth {
resource?: string | null;
}

§Properties

§
resource?: string | null
[src]

The resource value that applies to the specified authorization type.

§

Note: This data type is deprecated and is no longer accurate or used.

The authorization type to use. The only valid value is OAUTH, which represents the OAuth authorization type.