ecr_create_pull_through_cache_rule: Creates a pull through cache rule

View source: R/ecr_operations.R

ecr_create_pull_through_cache_ruleR Documentation

Creates a pull through cache rule

Description

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.

Usage

ecr_create_pull_through_cache_rule(
  ecrRepositoryPrefix,
  upstreamRegistryUrl,
  registryId = NULL
)

Arguments

ecrRepositoryPrefix

[required] The repository name prefix to use when caching images from the source registry.

upstreamRegistryUrl

[required] The registry URL of the upstream public registry to use as the source for the pull through cache rule.

registryId

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.


paws.compute documentation built on Sept. 12, 2023, 1:28 a.m.