acmpca_delete_policy: Deletes the resource-based policy attached to a private CA

View source: R/acmpca_operations.R

acmpca_delete_policyR 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 list_certificate_authorities action. The ARN value must have the form ⁠arn:aws:acm-pca:region:account:certificate-authority/01234567-89ab-cdef-0123-0123456789ab⁠.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.