ecr_validate_pull_through_cache_rule {paws.compute} | R Documentation |
Validates an existing pull through cache rule for an upstream registry that requires authentication
Description
Validates an existing pull through cache rule for an upstream registry that requires authentication. This will retrieve the contents of the Amazon Web Services Secrets Manager secret, verify the syntax, and then validate that authentication to the upstream registry is successful.
See https://www.paws-r-sdk.com/docs/ecr_validate_pull_through_cache_rule/ for full documentation.
Usage
ecr_validate_pull_through_cache_rule(ecrRepositoryPrefix, registryId = NULL)
Arguments
ecrRepositoryPrefix |
[required] The repository name prefix associated with the pull through cache rule. |
registryId |
The registry ID associated with the pull through cache rule. If you do not specify a registry, the default registry is assumed. |
[Package paws.compute version 0.9.0 Index]