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

AuthenticationConfiguration

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

Describes resources needed to authenticate access to some source repositories. The specific resource depends on the repository provider.

interface AuthenticationConfiguration {
AccessRoleArn?: string | null;
ConnectionArn?: string | null;
}

§Properties

§
AccessRoleArn?: string | null
[src]

The Amazon Resource Name (ARN) of the IAM role that grants the App Runner service access to a source repository. It's required for ECR image repositories (but not for ECR Public repositories).

§
ConnectionArn?: string | null
[src]

The Amazon Resource Name (ARN) of the App Runner connection that enables the App Runner service to connect to a source repository. It's required for GitHub code repositories.