@Stability(value=Stable) @Internal public static final class CfnCertificateAuthority.GeneralNameProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificateAuthority.GeneralNameProperty
CfnCertificateAuthority.GeneralNamePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificateAuthority.GeneralNameProperty.Builder, CfnCertificateAuthority.GeneralNameProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificateAuthority.GeneralNameProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificateAuthority.AccessDescriptionProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDirectoryName()
Contains information about the certificate subject.
|
String |
getDnsName()
Represents `GeneralName` as a DNS name.
|
Object |
getEdiPartyName()
Represents `GeneralName` as an `EdiPartyName` object.
|
String |
getIpAddress()
Represents `GeneralName` as an IPv4 or IPv6 address.
|
Object |
getOtherName()
Represents `GeneralName` using an `OtherName` object.
|
String |
getRegisteredId()
Represents `GeneralName` as an object identifier (OID).
|
String |
getRfc822Name()
Represents `GeneralName` as an [RFC 822](https://docs.aws.amazon.com/https://datatracker.ietf.org/doc/html/rfc822) email address.
|
String |
getUniformResourceIdentifier()
Represents `GeneralName` as a URI.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnCertificateAuthority.GeneralNameProperty.Builder builder)
CfnCertificateAuthority.AccessDescriptionProperty.Builder.public final Object getDirectoryName()
CfnCertificateAuthority.GeneralNamePropertyThe certificate can be one issued by your private certificate authority (CA) or it can be your private CA certificate. 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. The DN must be unique for each entity, but your private CA can issue more than one certificate with the same DN to the same entity.
getDirectoryName in interface CfnCertificateAuthority.GeneralNamePropertypublic final String getDnsName()
CfnCertificateAuthority.GeneralNamePropertygetDnsName in interface CfnCertificateAuthority.GeneralNamePropertypublic final Object getEdiPartyName()
CfnCertificateAuthority.GeneralNamePropertygetEdiPartyName in interface CfnCertificateAuthority.GeneralNamePropertypublic final String getIpAddress()
CfnCertificateAuthority.GeneralNamePropertygetIpAddress in interface CfnCertificateAuthority.GeneralNamePropertypublic final Object getOtherName()
CfnCertificateAuthority.GeneralNamePropertygetOtherName in interface CfnCertificateAuthority.GeneralNamePropertypublic final String getRegisteredId()
CfnCertificateAuthority.GeneralNamePropertygetRegisteredId in interface CfnCertificateAuthority.GeneralNamePropertypublic final String getRfc822Name()
CfnCertificateAuthority.GeneralNamePropertygetRfc822Name in interface CfnCertificateAuthority.GeneralNamePropertypublic final String getUniformResourceIdentifier()
CfnCertificateAuthority.GeneralNamePropertygetUniformResourceIdentifier in interface CfnCertificateAuthority.GeneralNameProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.