@Stability(value=Experimental) public static final class DnsValidatedCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements DnsValidatedCertificateProps
DnsValidatedCertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeDnsValidatedCertificateProps.Builder, DnsValidatedCertificateProps.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) |
IRole |
getCustomResourceRole()
Role to use for the custom resource that creates the validated certificate.
|
String |
getDomainName()
Fully-qualified domain name to request a certificate for.
|
IHostedZone |
getHostedZone()
Route 53 Hosted Zone used to perform DNS validation of the request.
|
String |
getRegion()
AWS region that will host the certificate.
|
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, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, 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 IHostedZone getHostedZone()
DnsValidatedCertificatePropsThe zone must be authoritative for the domain name specified in the Certificate Request.
EXPERIMENTALgetHostedZone in interface DnsValidatedCertificatePropspublic IRole getCustomResourceRole()
DnsValidatedCertificatePropsgetCustomResourceRole in interface DnsValidatedCertificatePropspublic String getRegion()
DnsValidatedCertificatePropsThis is needed especially for certificates used for CloudFront distributions, which require the region to be us-east-1.
Default: the region the stack is deployed in. EXPERIMENTALgetRegion in interface DnsValidatedCertificatePropspublic String getDomainName()
CertificatePropsMay 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()
CertificatePropsgetValidationMethod in interface CertificatePropspublic com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2019. All rights reserved.