@Stability(value=Stable) public static final class CertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CertificateProps
CertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCertificateProps.Builder, CertificateProps.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.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDomainName()
Fully-qualified domain name to request a certificate for.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
Map<String,String> |
getValidationDomains()
What validation domain to use for every requested domain.
|
ValidationMethod |
getValidationMethod()
Validation method used to assert domain ownership.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.public String getDomainName()
CertificateProps
May contain wildcards, such as *.domain.com.
getDomainName in interface CertificatePropspublic List<String> getSubjectAlternativeNames()
CertificatePropsUse 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 CertificatePropspublic Map<String,String> getValidationDomains()
CertificatePropsHas to be a superdomain of the requested domain.
Default: - Apex domain is used for every domain that's not overridden.
getValidationDomains in interface CertificatePropspublic ValidationMethod getValidationMethod()
CertificatePropsDefault: ValidationMethod.EMAIL
getValidationMethod in interface CertificatePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2020. All rights reserved.