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 the source deployed to an App Runner service. It can be a code or an image repository.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.SourceConfiguration

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

Syntax

C#
public class SourceConfiguration

The SourceConfiguration type exposes the following members

Constructors

NameDescription
Public Method SourceConfiguration()

Properties

NameTypeDescription
Public Property AuthenticationConfiguration Amazon.AppRunner.Model.AuthenticationConfiguration

Gets and sets the property AuthenticationConfiguration.

Describes the resources that are needed to authenticate access to some source repositories.

Public Property AutoDeploymentsEnabled System.Boolean

Gets and sets the property AutoDeploymentsEnabled.

If true, continuous integration from the source repository is enabled for the App Runner service. Each repository change (including any source code commit or new image version) starts a deployment.

Default: App Runner sets to false for a source image that uses an ECR Public repository or an ECR repository that's in an Amazon Web Services account other than the one that the service is in. App Runner sets to true in all other cases (which currently include a source code repository or a source image using a same-account ECR repository).

Public Property CodeRepository Amazon.AppRunner.Model.CodeRepository

Gets and sets the property CodeRepository.

The description of a source code repository.

You must provide either this member or ImageRepository (but not both).

Public Property ImageRepository Amazon.AppRunner.Model.ImageRepository

Gets and sets the property ImageRepository.

The description of a source image repository.

You must provide either this member or CodeRepository (but not both).

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