View source: R/ecr_operations.R
ecr_describe_pull_through_cache_rules | R Documentation |
Returns the pull through cache rules for a registry.
See https://www.paws-r-sdk.com/docs/ecr_describe_pull_through_cache_rules/ for full documentation.
ecr_describe_pull_through_cache_rules(
registryId = NULL,
ecrRepositoryPrefixes = NULL,
nextToken = NULL,
maxResults = NULL
)
registryId |
The Amazon Web Services account ID associated with the registry to return the pull through cache rules for. If you do not specify a registry, the default registry is assumed. |
ecrRepositoryPrefixes |
The Amazon ECR repository prefixes associated with the pull through cache rules to return. If no repository prefix value is specified, all pull through cache rules are returned. |
nextToken |
The |
maxResults |
The maximum number of pull through cache rules returned by
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.