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

CreateCodeRepositoryInput

import type { CreateCodeRepositoryInput } from "https://aws-api.deno.dev/v0.4/services/sagemaker.ts?docs=full";
interface CreateCodeRepositoryInput {
CodeRepositoryName: string;
GitConfig: GitConfig;
Tags?: Tag[] | null;
}

§Properties

§
CodeRepositoryName: string
[src]

The name of the Git repository. The name must have 1 to 63 characters. Valid characters are a-z, A-Z, 0-9, and - (hyphen).

§
GitConfig: GitConfig
[src]

Specifies details about the repository, including the URL where the repository is located, the default branch, and credentials to use to access the repository.

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

An array of key-value pairs. You can use tags to categorize your Amazon Web Services resources in different ways, for example, by purpose, owner, or environment. For more information, see Tagging Amazon Web Services Resources.