AWS::ACMPCA::CertificateAuthority Subject - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

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: 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

Properties

CommonName

Fully qualified domain name (FQDN) associated with the certificate subject.

Required: No

Type: String

Update requires: Replacement

Country

Two-digit code that specifies the country in which the certificate subject located.

Required: No

Type: String

Update requires: Replacement

CustomAttributes

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).

Note

Custom attributes cannot be used in combination with standard attributes.

Required: No

Type: Array of CustomAttribute

Minimum: 1

Maximum: 150

Update requires: Replacement

DistinguishedNameQualifier

Disambiguating information for the certificate subject.

Required: No

Type: String

Update requires: Replacement

GenerationQualifier

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

GivenName

First name.

Required: No

Type: String

Update requires: Replacement

Initials

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

Locality

The locality (such as a city or town) in which the certificate subject is located.

Required: No

Type: String

Update requires: Replacement

Organization

Legal name of the organization with which the certificate subject is affiliated.

Required: No

Type: String

Update requires: Replacement

OrganizationalUnit

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

Pseudonym

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

SerialNumber

The certificate serial number.

Required: No

Type: String

Update requires: Replacement

State

State in which the subject of the certificate is located.

Required: No

Type: String

Update requires: Replacement

Surname

Family name.

Required: No

Type: String

Update requires: Replacement

Title

A personal title such as Mr.

Required: No

Type: String

Update requires: Replacement