@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.
|
String |
getRoute53Endpoint()
An endpoint of Route53 service, which is not necessary as AWS SDK could figure out the right endpoints for most regions, but for some regions such as those in aws-cn partition, the default endpoint is not working now, hence the right endpoint need to be specified through this prop.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
CertificateValidation |
getValidation()
How to validate this certifcate.
|
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 IHostedZone getHostedZone()
DnsValidatedCertificatePropsThe zone must be authoritative for the domain name specified in the Certificate Request.
EXPERIMENTAL
getHostedZone in interface DnsValidatedCertificatePropspublic IRole getCustomResourceRole()
DnsValidatedCertificatePropsDefault: - A new role will be created
EXPERIMENTAL
getCustomResourceRole 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.
EXPERIMENTAL
getRegion in interface DnsValidatedCertificatePropspublic String getRoute53Endpoint()
DnsValidatedCertificatePropsRoute53 is not been offically launched in China, it is only available for AWS internal accounts now. To make DnsValidatedCertificate work for internal accounts now, a special endpoint needs to be provided.
Default: - The AWS SDK will determine the Route53 endpoint to use based on region
EXPERIMENTAL
getRoute53Endpoint in interface DnsValidatedCertificatePropspublic 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 CertificateValidation getValidation()
CertificatePropsDefault: CertificateValidation.fromEmail()
getValidation 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.