Deletes a private certificate authority (CA). You must provide the Amazon Resource Name (ARN) of the private CA that you want to delete. You can find the ARN by calling the list_certificate_authorities
action.
See https://www.paws-r-sdk.com/docs/acmpca_delete_certificate_authority/ for full documentation.
acmpca_delete_certificate_authority(
CertificateAuthorityArn,
PermanentDeletionTimeInDays = NULL
)
[required] The Amazon Resource Name (ARN) that was returned when you called
create_certificate_authority
.
This must have the following form:
arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012
.
The number of days to make a CA restorable after it has been deleted. This can be anywhere from 7 to 30 days, with 30 being the default.