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