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

ThirdPartySourceRepository

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

Information about a third-party source repository connected to CodeGuru Reviewer.

interface ThirdPartySourceRepository {
ConnectionArn: string;
Name: string;
Owner: string;
}

§Properties

§
ConnectionArn: string
[src]

The Amazon Resource Name (ARN) of an Amazon Web Services CodeStar Connections connection. Its format is arn:aws:codestar-connections:region-id:aws-account_id:connection/connection-id. For more information, see Connection in the Amazon Web Services CodeStar Connections API Reference.

§
Name: string
[src]

The name of the third party source repository.

§
Owner: string
[src]

The owner of the repository. For a GitHub, GitHub Enterprise, or Bitbucket repository, this is the username for the account that owns the repository. For an S3 repository, this can be the username or Amazon Web Services account ID