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

Repository

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

Detailed data of a linked repository—a repository that has been registered with Proton.

interface Repository {
arn: string;
connectionArn: string;
encryptionKey?: string | null;
name: string;
}

§Properties

§
arn: string
[src]

The Amazon Resource Name (ARN) of the linked repository.

§
connectionArn: string
[src]

The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account.

§
encryptionKey?: string | null
[src]

Your customer Amazon Web Services KMS encryption key.

§
name: string
[src]

The repository name.

§

The repository provider.