GetRepositoryPlainArgs

data class GetRepositoryPlainArgs(val name: String, val registryId: String? = null, val tags: Map<String, String>? = null) : ConvertibleToJava<GetRepositoryPlainArgs>

A collection of arguments for invoking getRepository.

Constructors

Link copied to clipboard
constructor(name: String, registryId: String? = null, tags: Map<String, String>? = null)

Properties

Link copied to clipboard

Name of the ECR Repository.

Link copied to clipboard
val registryId: String? = null

Registry ID where the repository was created.

Link copied to clipboard
val tags: Map<String, String>? = null

Map of tags assigned to the resource.

Functions

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