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.

Information about a repository sync attempt for a repository with a sync configuration.

Inheritance Hierarchy

System.Object
  Amazon.CodeConnections.Model.RepositorySyncAttempt

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

Syntax

C#
public class RepositorySyncAttempt

The RepositorySyncAttempt type exposes the following members

Constructors

NameDescription
Public Method RepositorySyncAttempt()

Properties

NameTypeDescription
Public Property Events System.Collections.Generic.List<Amazon.CodeConnections.Model.RepositorySyncEvent>

Gets and sets the property Events.

The events associated with a specific sync attempt.

Public Property StartedAt System.DateTime

Gets and sets the property StartedAt.

The start time of a specific sync attempt.

Public Property Status Amazon.CodeConnections.RepositorySyncStatus

Gets and sets the property Status.

The status of a specific sync attempt. The following are valid statuses:

  • INITIATED - A repository sync attempt has been created and will begin soon.

  • IN_PROGRESS - A repository sync attempt has started and work is being done to reconcile the branch.

  • SUCCEEDED - The repository sync attempt has completed successfully.

  • FAILED - The repository sync attempt has failed.

  • QUEUED - The repository sync attempt didn't execute and was queued.

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