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.4/services/proton.ts?docs=full";
interface CreateRepositoryInput {
connectionArn: string;
encryptionKey?: string | null;
name: string;
tags?: Tag[] | null;
}

§Properties

§
connectionArn: string
[src]

The Amazon Resource Name (ARN) of your AWS CodeStar connection that connects Proton to your repository provider account. For more information, see Setting up for Proton in the Proton User 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.

§
tags?: Tag[] | null
[src]

An optional list of metadata items that you can associate with the Proton repository. A tag is a key-value pair.

For more information, see Proton resources and tagging in the Proton User Guide.