ecrpublic_get_repository_policy {paws.compute} | R Documentation |
Retrieves the repository policy for the specified repository
Description
Retrieves the repository policy for the specified repository.
See https://www.paws-r-sdk.com/docs/ecrpublic_get_repository_policy/ for full documentation.
Usage
ecrpublic_get_repository_policy(registryId = NULL, repositoryName)
Arguments
registryId |
The Amazon Web Services account ID that's associated with the public registry that contains the repository. If you do not specify a registry, the default public registry is assumed. |
repositoryName |
[required] The name of the repository with the policy to retrieve. |
[Package paws.compute version 0.7.0 Index]