AWS::ACMPCA::Certificate ApiPassthrough
Contains X.509 certificate information to be placed in an issued certificate. An
APIPassthrough
or APICSRPassthrough
template variant must
be selected, or else this parameter is ignored.
If conflicting or duplicate certificate information is supplied from other sources, Amazon Private CA applies order of operation rules to determine what information is used.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Extensions" :
Extensions
, "Subject" :Subject
}
YAML
Extensions:
Extensions
Subject:Subject
Properties
Extensions
-
Specifies X.509 extension information for a certificate.
Required: No
Type: Extensions
Update requires: Replacement
Subject
-
Contains information about the certificate subject. The Subject field in the certificate identifies the entity that owns or controls the public key in the certificate. The entity can be a user, computer, device, or service. The Subject must contain an X.500 distinguished name (DN). A DN is a sequence of relative distinguished names (RDNs). The RDNs are separated by commas in the certificate.
Required: No
Type: Subject
Update requires: Replacement