aws.codeartifact.get_repository_endpoint
Example SQL Queries
SELECT * FROMaws.codeartifact.get_repository_endpointWHERE"domain" = 'VALUE'AND "repository" = 'VALUE'AND "format" = 'VALUE';Description
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
Table Definition
| Column Name | Column Data Type |
|---|---|
| domain Required Input Column The name of the domain that contains the repository. | VARCHAR |
| format Required Input Column Returns which endpoint of a repository to return. A repository has one endpoint for each package format. | VARCHAR |
| repository Required Input Column The name of the repository. | VARCHAR |
| domain_owner Input Column 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. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| repository_endpoint A string that specifies the URL of the returned endpoint. | VARCHAR |