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.

Identifies a version of code that App Runner refers to within a source code repository.

Inheritance Hierarchy

System.Object
  Amazon.AppRunner.Model.SourceCodeVersion

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

Syntax

C#
public class SourceCodeVersion

The SourceCodeVersion type exposes the following members

Constructors

NameDescription
Public Method SourceCodeVersion()

Properties

NameTypeDescription
Public Property Type Amazon.AppRunner.SourceCodeVersionType

Gets and sets the property Type.

The type of version identifier.

For a git-based repository, branches represent versions.

Public Property Value System.String

Gets and sets the property Value.

A source code version.

For a git-based repository, a branch name maps to a specific version. App Runner uses the most recent commit to the branch.

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