interface SubjectProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ACMPCA.CfnCertificateAuthority.SubjectProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsacmpca#CfnCertificateAuthority_SubjectProperty |
![]() | software.amazon.awscdk.services.acmpca.CfnCertificateAuthority.SubjectProperty |
![]() | aws_cdk.aws_acmpca.CfnCertificateAuthority.SubjectProperty |
![]() | aws-cdk-lib » aws_acmpca » CfnCertificateAuthority » SubjectProperty |
ASN1 subject for the certificate authority.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_acmpca as acmpca } from 'aws-cdk-lib';
const subjectProperty: acmpca.CfnCertificateAuthority.SubjectProperty = {
commonName: 'commonName',
country: 'country',
customAttributes: [{
objectIdentifier: 'objectIdentifier',
value: 'value',
}],
distinguishedNameQualifier: 'distinguishedNameQualifier',
generationQualifier: 'generationQualifier',
givenName: 'givenName',
initials: 'initials',
locality: 'locality',
organization: 'organization',
organizationalUnit: 'organizationalUnit',
pseudonym: 'pseudonym',
serialNumber: 'serialNumber',
state: 'state',
surname: 'surname',
title: 'title',
};
Properties
Name | Type | Description |
---|---|---|
common | string | Fully qualified domain name (FQDN) associated with the certificate subject. |
country? | string | Two-digit code that specifies the country in which the certificate subject located. |
custom | IResolvable | IResolvable | Custom [] | 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) . |
distinguished | string | Disambiguating information for the certificate subject. |
generation | string | Typically a qualifier appended to the name of an individual. |
given | string | First name. |
initials? | string | 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. |
locality? | string | The locality (such as a city or town) in which the certificate subject is located. |
organization? | string | Legal name of the organization with which the certificate subject is affiliated. |
organizational | string | A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated. |
pseudonym? | string | Typically a shortened version of a longer GivenName. |
serial | string | The certificate serial number. |
state? | string | State in which the subject of the certificate is located. |
surname? | string | Family name. |
title? | string | A personal title such as Mr. |
commonName?
Type:
string
(optional)
Fully qualified domain name (FQDN) associated with the certificate subject.
country?
Type:
string
(optional)
Two-digit code that specifies the country in which the certificate subject located.
customAttributes?
Type:
IResolvable
|
IResolvable
|
Custom
[]
(optional)
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) .
Custom attributes cannot be used in combination with standard attributes.
distinguishedNameQualifier?
Type:
string
(optional)
Disambiguating information for the certificate subject.
generationQualifier?
Type:
string
(optional)
Typically a qualifier appended to the name of an individual.
Examples include Jr. for junior, Sr. for senior, and III for third.
givenName?
Type:
string
(optional)
First name.
initials?
Type:
string
(optional)
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.
locality?
Type:
string
(optional)
The locality (such as a city or town) in which the certificate subject is located.
organization?
Type:
string
(optional)
Legal name of the organization with which the certificate subject is affiliated.
organizationalUnit?
Type:
string
(optional)
A subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.
pseudonym?
Type:
string
(optional)
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.
serialNumber?
Type:
string
(optional)
The certificate serial number.
state?
Type:
string
(optional)
State in which the subject of the certificate is located.
surname?
Type:
string
(optional)
Family name.
title?
Type:
string
(optional)
A personal title such as Mr.