@Stability(value=Stable) @Internal public static final class PrivateCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements PrivateCertificateProps
PrivateCertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModePrivateCertificateProps.Builder, PrivateCertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
protected |
Jsii$Proxy(PrivateCertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
PrivateCertificateProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
ICertificateAuthority |
getCertificateAuthority()
Private certificate authority (CA) that will be used to issue the certificate.
|
String |
getDomainName()
Fully-qualified domain name to request a private certificate for.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your private certificate.
|
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(PrivateCertificateProps.Builder builder)
PrivateCertificateProps.Builder.public final ICertificateAuthority getCertificateAuthority()
PrivateCertificatePropsgetCertificateAuthority in interface PrivateCertificatePropspublic final String getDomainName()
PrivateCertificateProps
May contain wildcards, such as *.domain.com.
getDomainName in interface PrivateCertificatePropspublic final List<String> getSubjectAlternativeNames()
PrivateCertificatePropsUse this to register alternative domain names that represent the same site.
Default: - No additional FQDNs will be included as alternative domain names.
getSubjectAlternativeNames in interface PrivateCertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.