Pull Through Cache Rule Args
data class PullThroughCacheRuleArgs(val credentialArn: Output<String>? = null, val customRoleArn: Output<String>? = null, val ecrRepositoryPrefix: Output<String>? = null, val upstreamRegistry: Output<String>? = null, val upstreamRegistryUrl: Output<String>? = null, val upstreamRepositoryPrefix: Output<String>? = null) : ConvertibleToJava<PullThroughCacheRuleArgs>
The `AWS::ECR::PullThroughCacheRule`
resource creates or updates a pull through cache rule. A pull through cache rule provides a way to cache images from an upstream registry in your Amazon ECR private registry.
Example Usage
Example
No Java example available.
Example
No Java example available.
Properties
Link copied to clipboard
The ARN of the Secrets Manager secret associated with the pull through cache rule.
Link copied to clipboard
The ARN of the IAM role associated with the pull through cache rule.
Link copied to clipboard
The Amazon ECR repository prefix associated with the pull through cache rule.
Link copied to clipboard
The name of the upstream source registry associated with the pull through cache rule.
Link copied to clipboard
The upstream registry URL associated with the pull through cache rule.
Link copied to clipboard
The upstream repository prefix associated with the pull through cache rule.