paws.compute (version 0.1.0)

ecr_delete_repository_policy: Deletes the repository policy from a specified repository

Description

Deletes the repository policy from a specified repository.

Usage

ecr_delete_repository_policy(registryId, repositoryName)

Arguments

registryId

The AWS 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.

Request syntax

svc$delete_repository_policy(
  registryId = "string",
  repositoryName = "string"
)

Examples

Run this code
# NOT RUN {
# This example deletes the policy associated with the repository named
# ubuntu in the current account.
# }
# NOT RUN {
svc$delete_repository_policy(
  repositoryName = "ubuntu"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab