Class CfnCertificate.SubjectProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.acmpca.CfnCertificate.SubjectProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnCertificate.SubjectProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnCertificate.SubjectProperty
@Stability(Stable)
@Internal
public static final class CfnCertificate.SubjectProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnCertificate.SubjectProperty
An implementation for
CfnCertificate.SubjectProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.acmpca.CfnCertificate.SubjectProperty
CfnCertificate.SubjectProperty.Builder, CfnCertificate.SubjectProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnCertificate.SubjectProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringFor CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.final StringTwo-digit code that specifies the country in which the certificate subject located.final ObjectContains a sequence of one or more X.500 relative distinguished names (RDNs), each of which consists of an object identifier (OID) and a value.final StringDisambiguating information for the certificate subject.final StringTypically a qualifier appended to the name of an individual.final StringFirst name.final StringConcatenation 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 .final StringThe locality (such as a city or town) in which the certificate subject is located.final StringLegal name of the organization with which the certificate subject is affiliated.final StringA subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.final StringTypically a shortened version of a longer GivenName .final StringThe certificate serial number.final StringgetState()State in which the subject of the certificate is located.final StringFamily name.final StringgetTitle()A title such as Mr.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnCertificate.SubjectProperty.Builder.
-
-
Method Details
-
getCommonName
Description copied from interface:CfnCertificate.SubjectPropertyFor CA and end-entity certificates in a private PKI, the common name (CN) can be any string within the length limit.Note: In publicly trusted certificates, the common name must be a fully qualified domain name (FQDN) associated with the certificate subject.
- Specified by:
getCommonNamein interfaceCfnCertificate.SubjectProperty
-
getCountry
Description copied from interface:CfnCertificate.SubjectPropertyTwo-digit code that specifies the country in which the certificate subject located.- Specified by:
getCountryin interfaceCfnCertificate.SubjectProperty
-
getCustomAttributes
Description copied from interface:CfnCertificate.SubjectPropertyContains 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.
- Specified by:
getCustomAttributesin interfaceCfnCertificate.SubjectProperty
-
getDistinguishedNameQualifier
Description copied from interface:CfnCertificate.SubjectPropertyDisambiguating information for the certificate subject.- Specified by:
getDistinguishedNameQualifierin interfaceCfnCertificate.SubjectProperty
-
getGenerationQualifier
Description copied from interface:CfnCertificate.SubjectPropertyTypically a qualifier appended to the name of an individual.Examples include Jr. for junior, Sr. for senior, and III for third.
- Specified by:
getGenerationQualifierin interfaceCfnCertificate.SubjectProperty
-
getGivenName
Description copied from interface:CfnCertificate.SubjectPropertyFirst name.- Specified by:
getGivenNamein interfaceCfnCertificate.SubjectProperty
-
getInitials
Description copied from interface:CfnCertificate.SubjectPropertyConcatenation 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 .- Specified by:
getInitialsin interfaceCfnCertificate.SubjectProperty
-
getLocality
Description copied from interface:CfnCertificate.SubjectPropertyThe locality (such as a city or town) in which the certificate subject is located.- Specified by:
getLocalityin interfaceCfnCertificate.SubjectProperty
-
getOrganization
Description copied from interface:CfnCertificate.SubjectPropertyLegal name of the organization with which the certificate subject is affiliated.- Specified by:
getOrganizationin interfaceCfnCertificate.SubjectProperty
-
getOrganizationalUnit
Description copied from interface:CfnCertificate.SubjectPropertyA subdivision or unit of the organization (such as sales or finance) with which the certificate subject is affiliated.- Specified by:
getOrganizationalUnitin interfaceCfnCertificate.SubjectProperty
-
getPseudonym
Description copied from interface:CfnCertificate.SubjectPropertyTypically a shortened version of a longer GivenName .For example, Jonathan is often shortened to John. Elizabeth is often shortened to Beth, Liz, or Eliza.
- Specified by:
getPseudonymin interfaceCfnCertificate.SubjectProperty
-
getSerialNumber
Description copied from interface:CfnCertificate.SubjectPropertyThe certificate serial number.- Specified by:
getSerialNumberin interfaceCfnCertificate.SubjectProperty
-
getState
Description copied from interface:CfnCertificate.SubjectPropertyState in which the subject of the certificate is located.- Specified by:
getStatein interfaceCfnCertificate.SubjectProperty
-
getSurname
Description copied from interface:CfnCertificate.SubjectPropertyFamily name.In the US and the UK, for example, the surname of an individual is ordered last. In Asian cultures the surname is typically ordered first.
- Specified by:
getSurnamein interfaceCfnCertificate.SubjectProperty
-
getTitle
Description copied from interface:CfnCertificate.SubjectPropertyA title such as Mr.or Ms., which is pre-pended to the name to refer formally to the certificate subject.
- Specified by:
getTitlein interfaceCfnCertificate.SubjectProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-