GetRepositoryPlainArgs

data class GetRepositoryPlainArgs(val location: String, val project: String? = null, val repositoryId: String) : ConvertibleToJava<GetRepositoryPlainArgs>

A collection of arguments for invoking getRepository.

Constructors

Link copied to clipboard
constructor(location: String, project: String? = null, repositoryId: String)

Properties

Link copied to clipboard

The location of the artifact registry repository. eg us-central1

Link copied to clipboard
val project: String? = null

The project in which the resource belongs. If it is not provided, the provider project is used.

Link copied to clipboard

The last part of the repository name.

Functions

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