acmpca_delete_policy {paws.security.identity} | R Documentation |
Deletes the resource-based policy attached to a private CA
Description
Deletes the resource-based policy attached to a private CA. Deletion will remove any access that the policy has granted. If there is no policy attached to the private CA, this action will return successful.
See https://www.paws-r-sdk.com/docs/acmpca_delete_policy/ for full documentation.
Usage
acmpca_delete_policy(ResourceArn)
Arguments
ResourceArn |
[required] The Amazon Resource Number (ARN) of the private CA that will have its
policy deleted. You can find the CA's ARN by calling the
|
[Package paws.security.identity version 0.6.1 Index]