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.

The details for a source control configuration for a job, allowing synchronization of job artifacts to or from a remote repository.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.SourceControlDetails

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

Syntax

C#
public class SourceControlDetails

The SourceControlDetails type exposes the following members

Constructors

NameDescription
Public Method SourceControlDetails()

Properties

NameTypeDescription
Public Property AuthStrategy Amazon.Glue.SourceControlAuthStrategy

Gets and sets the property AuthStrategy.

The type of authentication, which can be an authentication token stored in Amazon Web Services Secrets Manager, or a personal access token.

Public Property AuthToken System.String

Gets and sets the property AuthToken.

The value of an authorization token.

Public Property Branch System.String

Gets and sets the property Branch.

An optional branch in the remote repository.

Public Property Folder System.String

Gets and sets the property Folder.

An optional folder in the remote repository.

Public Property LastCommitId System.String

Gets and sets the property LastCommitId.

The last commit ID for a commit in the remote repository.

Public Property Owner System.String

Gets and sets the property Owner.

The owner of the remote repository that contains the job artifacts.

Public Property Provider Amazon.Glue.SourceControlProvider

Gets and sets the property Provider.

The provider for the remote repository.

Public Property Repository System.String

Gets and sets the property Repository.

The name of the remote repository that contains the job artifacts.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5