Pull Through Cache Rule Args
data class PullThroughCacheRuleArgs(val credentialArn: Output<String>? = null, val ecrRepositoryPrefix: Output<String>? = null, val upstreamRegistry: Output<String>? = null, val upstreamRegistryUrl: Output<String>? = null) : ConvertibleToJava<PullThroughCacheRuleArgs>
The AWS::ECR::PullThroughCacheRule resource configures the upstream registry configuration details for an Amazon Elastic Container Registry (Amazon Private ECR) pull-through cache.
Example Usage
Example
No Java example available.
Example
No Java example available.
Properties
Link copied to clipboard
The Amazon Resource Name (ARN) of the AWS Secrets Manager secret that identifies the credentials to authenticate to the upstream registry.
Link copied to clipboard
The ECRRepositoryPrefix is a custom alias for upstream registry url.
Link copied to clipboard
The name of the upstream registry.
Link copied to clipboard
The upstreamRegistryUrl is the endpoint of upstream registry url of the public repository to be cached