class Aws::ACMPCA::Types::DeleteCertificateAuthorityRequest

@note When making an API call, you may pass DeleteCertificateAuthorityRequest

data as a hash:

    {
      certificate_authority_arn: "Arn", # required
      permanent_deletion_time_in_days: 1,
    }

@!attribute [rw] certificate_authority_arn

The Amazon Resource Name (ARN) that was returned when you called
[CreateCertificateAuthority][1]. This must have the following form:

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

[1]: https://docs.aws.amazon.com/acm-pca/latest/APIReference/API_CreateCertificateAuthority.html
@return [String]

@!attribute [rw] permanent_deletion_time_in_days

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.
@return [Integer]

@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/DeleteCertificateAuthorityRequest AWS API Documentation

Constants

SENSITIVE