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 how a package originally entered the CodeArtifact domain. For packages published directly to CodeArtifact, the entry point is the repository it was published to. For packages ingested from an external repository, the entry point is the external connection that it was ingested from. An external connection is a CodeArtifact repository that is connected to an external repository such as the npm registry or NuGet gallery.

If a package version exists in a repository and is updated, for example if a package of the same version is added with additional assets, the package version's DomainEntryPoint will not change from the original package version's value.

Inheritance Hierarchy

System.Object
  Amazon.CodeArtifact.Model.DomainEntryPoint

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

Syntax

C#
public class DomainEntryPoint

The DomainEntryPoint type exposes the following members

Constructors

NameDescription
Public Method DomainEntryPoint()

Properties

NameTypeDescription
Public Property ExternalConnectionName System.String

Gets and sets the property ExternalConnectionName.

The name of the external connection that a package was ingested from.

Public Property RepositoryName System.String

Gets and sets the property RepositoryName.

The name of the repository that a package was originally published to.

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