GetRepositoryEndpointPlainArgs

data class GetRepositoryEndpointPlainArgs(val domain: String, val domainOwner: String? = null, val format: String, val repository: String) : ConvertibleToJava<GetRepositoryEndpointPlainArgs>

A collection of arguments for invoking getRepositoryEndpoint.

Constructors

Link copied to clipboard
constructor(domain: String, domainOwner: String? = null, format: String, repository: String)

Properties

Link copied to clipboard

Name of the domain that contains the repository.

Link copied to clipboard
val domainOwner: String? = null

Account number of the AWS account that owns the domain.

Link copied to clipboard

Which endpoint of a repository to return. A repository has one endpoint for each package format: npm, pypi, maven, and nuget.

Link copied to clipboard

Name of the repository.

Functions

Link copied to clipboard
open override fun toJava(): GetRepositoryEndpointPlainArgs