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.

Contains information about the external connection of a repository.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.RepositoryExternalConnectionInfo

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

Syntax

C#
public class RepositoryExternalConnectionInfo

The RepositoryExternalConnectionInfo type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ExternalConnectionName System.String

Gets and sets the property ExternalConnectionName.

The name of the external connection associated with a repository.

Public Property PackageFormat Amazon.CodeArtifact.PackageFormat

Gets and sets the property PackageFormat.

The package format associated with a repository's external connection. The valid package formats are:

  • npm: A Node Package Manager (npm) package.

  • pypi: A Python Package Index (PyPI) package.

  • maven: A Maven package that contains compiled code in a distributable format, such as a JAR file.

  • nuget: A NuGet package.

Public Property Status Amazon.CodeArtifact.ExternalConnectionStatus

Gets and sets the property Status.

The status of the external connection of a repository. There is one valid value, Available.

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