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.
Container for the parameters to the GetRepositoryEndpoint operation. Returns the endpoint of a repository for a specific package format. A repository has one endpoint for each package format:
cargo
generic
maven
npm
nuget
pypi
ruby
swift
Namespace: Amazon.CodeArtifact.Model
Assembly: AWSSDK.CodeArtifact.dll
Version: 3.x.y.z
public class GetRepositoryEndpointRequest : AmazonCodeArtifactRequest IAmazonWebServiceRequest
The GetRepositoryEndpointRequest type exposes the following members
Name | Description | |
---|---|---|
![]() |
GetRepositoryEndpointRequest() |
Name | Type | Description | |
---|---|---|---|
![]() |
Domain | System.String |
Gets and sets the property Domain. The name of the domain that contains the repository. |
![]() |
DomainOwner | System.String |
Gets and sets the property DomainOwner. The 12-digit account number of the Amazon Web Services account that owns the domain that contains the repository. It does not include dashes or spaces. |
![]() |
EndpointType | Amazon.CodeArtifact.EndpointType |
Gets and sets the property EndpointType. A string that specifies the type of endpoint. |
![]() |
Format | Amazon.CodeArtifact.PackageFormat |
Gets and sets the property Format. Returns which endpoint of a repository to return. A repository has one endpoint for each package format. |
![]() |
Repository | System.String |
Gets and sets the property Repository. The name of the repository. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.7.2 and newer