RegistryMapping

If you are using the ECR pull through cache feature, the registry mapping maps between the ECR repository and the upstream registry where container images are pulled and synchronized.

Types

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

Properties

Link copied to clipboard

Account ID of the account that owns the upstream container image.

Link copied to clipboard

The repository prefix to use in the ECR private repository.

Link copied to clipboard

The URI of the upstream registry.

Link copied to clipboard

The repository prefix of the corresponding repository in the upstream registry.

Functions

Link copied to clipboard
inline fun copy(block: RegistryMapping.Builder.() -> Unit = {}): RegistryMapping
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