acmpca_delete_certificate_authority {paws.security.identity} | R Documentation |
Deletes a private certificate authority (CA)
Description
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.
Usage
acmpca_delete_certificate_authority(
CertificateAuthorityArn,
PermanentDeletionTimeInDays = NULL
)
Arguments
CertificateAuthorityArn |
[required] The Amazon Resource Name (ARN) that was returned when you called
|
PermanentDeletionTimeInDays |
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. |
[Package paws.security.identity version 0.6.1 Index]