public static final class DnsValidatedCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DnsValidatedCertificateProps
software.amazon.jsii.JsiiObject.InitializationModeDnsValidatedCertificateProps.Builder, DnsValidatedCertificateProps.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.
|
software.amazon.awscdk.services.route53.IHostedZone |
getHostedZone()
Route 53 Hosted Zone used to perform DNS validation of the request.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
Map<String,String> |
getValidationDomains()
What validation domain to use for every requested domain.
|
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)
public software.amazon.awscdk.services.route53.IHostedZone getHostedZone()
getHostedZone in interface DnsValidatedCertificatePropspublic String getDomainName()
getDomainName in interface CertificateProps@Nullable public List<String> getSubjectAlternativeNames()
getSubjectAlternativeNames in interface CertificateProps@Nullable public Map<String,String> getValidationDomains()
getValidationDomains in interface CertificatePropsCopyright © 2019. All rights reserved.