class Aws::ACMPCA::Types::ImportCertificateAuthorityCertificateRequest
@note When making an API call, you may pass ImportCertificateAuthorityCertificateRequest
data as a hash: { certificate_authority_arn: "Arn", # required certificate: "data", # required certificate_chain: "data", }
@!attribute [rw] certificate_authority_arn
The Amazon Resource Name (ARN) that was returned when you called [CreateCertificateAuthority][1]. This must be of the 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] certificate
The PEM-encoded certificate for a private CA. This may be a self-signed certificate in the case of a root CA, or it may be signed by another CA that you control. @return [String]
@!attribute [rw] certificate_chain
A PEM-encoded file that contains all of your certificates, other than the certificate you're importing, chaining up to your root CA. Your ACM Private CA-hosted or on-premises root certificate is the last in the chain, and each certificate in the chain signs the one preceding. This parameter must be supplied when you import a subordinate CA. When you import a root CA, there is no chain. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/acm-pca-2017-08-22/ImportCertificateAuthorityCertificateRequest AWS API Documentation
Constants
- SENSITIVE