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

CreateRepositoryInput

import type { CreateRepositoryInput } from "https://aws-api.deno.dev/v0.3/services/proton.ts?docs=full";
interface CreateRepositoryInput {
connectionArn: string;
encryptionKey?: string | null;
name: string;
}

§Properties

§
connectionArn: string
[src]

The Amazon Resource Name (ARN) of your Amazon Web Services CodeStar connection. For more information, see Setting up for Proton in the Proton Administrator Guide.

§
encryptionKey?: string | null
[src]

The ARN of your customer Amazon Web Services Key Management Service (Amazon Web Services KMS) key.

§
name: string
[src]

The repository name, for example myrepos/myrepo.

§

The repository provider.