This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::ACMPCA::CertificateAuthority Subject
ASN1 subject for the certificate authority.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CommonName" :String, "Country" :String, "CustomAttributes" :[ CustomAttribute, ... ], "DistinguishedNameQualifier" :String, "GenerationQualifier" :String, "GivenName" :String, "Initials" :String, "Locality" :String, "Organization" :String, "OrganizationalUnit" :String, "Pseudonym" :String, "SerialNumber" :String, "State" :String, "Surname" :String, "Title" :String}
YAML
CommonName:StringCountry:StringCustomAttributes:- CustomAttributeDistinguishedNameQualifier:StringGenerationQualifier:StringGivenName:StringInitials:StringLocality:StringOrganization:StringOrganizationalUnit:StringPseudonym:StringSerialNumber:StringState:StringSurname:StringTitle:String
Properties
- 
                    Fully qualified domain name (FQDN) associated with the certificate subject. Required: No Type: String Update requires: Replacement 
- 
                    Two-digit code that specifies the country in which the certificate subject located. Required: No Type: String Update requires: Replacement 
- 
                    
                    Contains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value. For more information, see NIST’s definition of Object Identifier (OID) . NoteCustom attributes cannot be used in combination with standard attributes. Required: No Type: Array of CustomAttribute Minimum: 1Maximum: 150Update requires: Replacement 
- 
                    Disambiguating information for the certificate subject. Required: No Type: String Update requires: Replacement 
- 
                    Typically a qualifier appended to the name of an individual. Examples include Jr. for junior, Sr. for senior, and III for third. Required: No Type: String Update requires: Replacement 
- 
                    First name. Required: No Type: String Update requires: Replacement 
- 
                    Concatenation that typically contains the first letter of the GivenName, the first letter of the middle name if one exists, and the first letter of the SurName. Required: No Type: String Update requires: Replacement 
- 
                    The locality (such as a city or town) in which the certificate subject is located. Required: No Type: String Update requires: Replacement 
- 
                    Legal name of the organization with which the certificate subject is affiliated. Required: No Type: String Update requires: Replacement 
- 
                    A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated. Required: No Type: String Update requires: Replacement 
- 
                    Typically a shortened version of a longer GivenName. For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza. Required: No Type: String Update requires: Replacement 
- 
                    The certificate serial number. Required: No Type: String Update requires: Replacement 
- 
                    State in which the subject of the certificate is located. Required: No Type: String Update requires: Replacement 
- 
                    Family name. Required: No Type: String Update requires: Replacement 
- 
                    A personal title such as Mr. Required: No Type: String Update requires: Replacement