Creates a pull through cache rule. A pull through cache rule provides a way to cache images from an external public registry in your Amazon ECR private registry.
See https://www.paws-r-sdk.com/docs/ecr_create_pull_through_cache_rule/ for full documentation.
ecr_create_pull_through_cache_rule(
ecrRepositoryPrefix,
upstreamRegistryUrl,
registryId = NULL
)
[required] The repository name prefix to use when caching images from the source registry.
[required] The registry URL of the upstream public registry to use as the source for the pull through cache rule.
The Amazon Web Services account ID associated with the registry to create the pull through cache rule for. If you do not specify a registry, the default registry is assumed.