@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(CertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CertificateProps.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) |
String |
getDomainName()
Fully-qualified domain name to request a certificate for.
|
List<String> |
getSubjectAlternativeNames()
Alternative domain names on your certificate.
|
Boolean |
getTransparencyLoggingEnabled()
Enable or disable transparency logging for this certificate.
|
CertificateValidation |
getValidation()
How to validate this certificate.
|
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(CertificateProps.Builder builder)
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 Boolean getTransparencyLoggingEnabled()
CertificatePropsOnce a certificate has been logged, it cannot be removed from the log. Opting out at that point will have no effect. If you opt out of logging when you request a certificate and then choose later to opt back in, your certificate will not be logged until it is renewed. If you want the certificate to be logged immediately, we recommend that you issue a new one.
Default: true
getTransparencyLoggingEnabled in interface CertificatePropspublic final CertificateValidation getValidation()
CertificatePropsDefault: CertificateValidation.fromEmail()
getValidation in interface CertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.