AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.AuthenticationConfiguration

Namespace: Amazon.AppRunner.Model
Assembly: AWSSDK.AppRunner.dll
Version: 3.x.y.z

Syntax

C#
public class AuthenticationConfiguration

The AuthenticationConfiguration type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property AccessRoleArn System.String

Gets and sets the property AccessRoleArn.

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).

Public Property ConnectionArn System.String

Gets and sets the property ConnectionArn.

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.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5