Pull Through Cache Rule Args
data class PullThroughCacheRuleArgs(val ecrRepositoryPrefix: 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.
Constructors
Link copied to clipboard
fun PullThroughCacheRuleArgs(ecrRepositoryPrefix: Output<String>? = null, upstreamRegistryUrl: Output<String>? = null)