acmpca_delete_certificate_authority: Deletes a private certificate authority (CA)

View source: R/acmpca_operations.R

acmpca_delete_certificate_authorityR 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 create_certificate_authority. This must have the following form:

arn:aws:acm-pca:region:account:certificate-authority/12345678-1234-1234-1234-123456789012 .

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.


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