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

ListSourceCredentialsOutput

import type { ListSourceCredentialsOutput } from "https://aws-api.deno.dev/v0.3/services/codebuild.ts?docs=full";
interface ListSourceCredentialsOutput {
sourceCredentialsInfos?: SourceCredentialsInfo[] | null;
}

§Properties

§
sourceCredentialsInfos?: SourceCredentialsInfo[] | null
[src]

A list of SourceCredentialsInfo objects. Each SourceCredentialsInfo object includes the authentication type, token ARN, and type of source provider for one set of credentials.