public static final class CertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CertificateProps
software.amazon.jsii.JsiiObject.InitializationModeCertificateProps.Builder, CertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Stability(value=Stable) public String getDomainName()
getDomainName in interface CertificateProps@Stability(value=Stable) @Nullable public List<String> getSubjectAlternativeNames()
getSubjectAlternativeNames in interface CertificateProps@Stability(value=Stable) @Nullable public Map<String,String> getValidationDomains()
getValidationDomains in interface CertificateProps@Stability(value=Stable) @Nullable public ValidationMethod getValidationMethod()
getValidationMethod in interface CertificatePropsCopyright © 2019. All rights reserved.