@Stability(value=Stable) @Internal public static final class CertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CertificateProps
CertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCertificateProps.Builder, CertificateProps.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.
|
protected |
Jsii$Proxy(String domainName,
List<String> subjectAlternativeNames,
CertificateValidation validation,
Map<String,String> validationDomains,
ValidationMethod validationMethod)
Constructor that initializes the object based on literal property values passed by the
CertificateProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDomainName()
Fully-qualified domain name to request a certificate for.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
CertificateValidation |
getValidation()
How to validate this certifcate.
|
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(String domainName, List<String> subjectAlternativeNames, CertificateValidation validation, Map<String,String> validationDomains, ValidationMethod validationMethod)
CertificateProps.Builder.public 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 © 2021. All rights reserved.