Repository

An object representing a repository.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The date and time, in JavaScript date format, when the repository was created.

Link copied to clipboard

The encryption configuration for the repository. This determines how the contents of your repository are encrypted at rest.

Link copied to clipboard

The image scanning configuration for a repository.

Link copied to clipboard

The tag mutability setting for the repository.

Link copied to clipboard

The Amazon Web Services account ID associated with the registry that contains the repository.

Link copied to clipboard

The Amazon Resource Name (ARN) that identifies the repository. The ARN contains the arn:aws:ecr namespace, followed by the region of the repository, Amazon Web Services account ID of the repository owner, repository namespace, and repository name. For example, arn:aws:ecr:region:012345678910:repository-namespace/repository-name.

Link copied to clipboard

The name of the repository.

Link copied to clipboard

The URI for the repository. You can use this URI for container image push and pull operations.

Functions

Link copied to clipboard
inline fun copy(block: Repository.Builder.() -> Unit = {}): Repository
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String