@Stability(value=Stable) @Internal public static final class CfnCertificate.GeneralNameProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnCertificate.GeneralNameProperty
CfnCertificate.GeneralNamePropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnCertificate.GeneralNameProperty.Builder, CfnCertificate.GeneralNameProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnCertificate.GeneralNameProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnCertificate.ApiPassthroughProperty.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(CfnCertificate.GeneralNameProperty.Builder builder)
CfnCertificate.ApiPassthroughProperty.Builder.public final Object getDirectoryName()
CfnCertificate.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 CfnCertificate.GeneralNamePropertypublic final String getDnsName()
CfnCertificate.GeneralNamePropertygetDnsName in interface CfnCertificate.GeneralNamePropertypublic final Object getEdiPartyName()
CfnCertificate.GeneralNamePropertygetEdiPartyName in interface CfnCertificate.GeneralNamePropertypublic final String getIpAddress()
CfnCertificate.GeneralNamePropertygetIpAddress in interface CfnCertificate.GeneralNamePropertypublic final Object getOtherName()
CfnCertificate.GeneralNamePropertygetOtherName in interface CfnCertificate.GeneralNamePropertypublic final String getRegisteredId()
CfnCertificate.GeneralNamePropertygetRegisteredId in interface CfnCertificate.GeneralNamePropertypublic final String getRfc822Name()
CfnCertificate.GeneralNamePropertygetRfc822Name in interface CfnCertificate.GeneralNamePropertypublic final String getUniformResourceIdentifier()
CfnCertificate.GeneralNamePropertygetUniformResourceIdentifier in interface CfnCertificate.GeneralNameProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.