@Stability(value=Stable) @Internal 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(DnsValidatedCertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
DnsValidatedCertificateProps.Builder. |
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 certificate.
|
Map<String,String> |
getValidationDomains()
(deprecated) What validation domain to use for every requested domain.
|
ValidationMethod |
getValidationMethod()
(deprecated) Validation method used to assert domain ownership.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(DnsValidatedCertificateProps.Builder builder)
DnsValidatedCertificateProps.Builder.public final IHostedZone getHostedZone()
DnsValidatedCertificatePropsThe zone must be authoritative for the domain name specified in the Certificate Request.
getHostedZone in interface DnsValidatedCertificatePropspublic final IRole getCustomResourceRole()
DnsValidatedCertificatePropsDefault: - A new role will be created
getCustomResourceRole in interface DnsValidatedCertificatePropspublic final 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.
getRegion in interface DnsValidatedCertificatePropspublic final String getRoute53Endpoint()
DnsValidatedCertificatePropsRoute53 is not been officially 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
getRoute53Endpoint in interface DnsValidatedCertificatePropspublic final String getDomainName()
CertificateProps
May contain wildcards, such as *.domain.com.
getDomainName in interface CertificatePropspublic final 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 final CertificateValidation getValidation()
CertificatePropsDefault: CertificateValidation.fromEmail()
getValidation in interface CertificatePropspublic final 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 final ValidationMethod getValidationMethod()
CertificatePropsDefault: ValidationMethod.EMAIL
getValidationMethod in interface CertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.