@Stability(value=Stable) @Internal public static final class CfnLoadBalancerTlsCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoadBalancerTlsCertificateProps
CfnLoadBalancerTlsCertificatePropssoftware.amazon.jsii.JsiiObject.InitializationModeCfnLoadBalancerTlsCertificateProps.Builder, CfnLoadBalancerTlsCertificateProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLoadBalancerTlsCertificateProps.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLoadBalancerTlsCertificateProps.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) |
List<String> |
getCertificateAlternativeNames()
An array of alternative domain names and subdomain names for your SSL/TLS certificate.
|
String |
getCertificateDomainName()
The domain name for the SSL/TLS certificate.
|
String |
getCertificateName()
The name of the SSL/TLS certificate.
|
Object |
getHttpsRedirectionEnabled()
A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.
|
Object |
getIsAttached()
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
|
String |
getLoadBalancerName()
The name of the load balancer that the SSL/TLS certificate is attached to.
|
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(CfnLoadBalancerTlsCertificateProps.Builder builder)
CfnLoadBalancerTlsCertificateProps.Builder.public final String getCertificateDomainName()
CfnLoadBalancerTlsCertificateProps
For example, example.com or www.example.com .
getCertificateDomainName in interface CfnLoadBalancerTlsCertificatePropspublic final String getCertificateName()
CfnLoadBalancerTlsCertificatePropsgetCertificateName in interface CfnLoadBalancerTlsCertificatePropspublic final String getLoadBalancerName()
CfnLoadBalancerTlsCertificatePropsgetLoadBalancerName in interface CfnLoadBalancerTlsCertificatePropspublic final List<String> getCertificateAlternativeNames()
CfnLoadBalancerTlsCertificateProps
In addition to the primary domain name, you can have up to nine alternative domain names. Wildcards (such as *.example.com ) are not supported.
getCertificateAlternativeNames in interface CfnLoadBalancerTlsCertificatePropspublic final Object getHttpsRedirectionEnabled()
CfnLoadBalancerTlsCertificatePropsgetHttpsRedirectionEnabled in interface CfnLoadBalancerTlsCertificatePropspublic final Object getIsAttached()
CfnLoadBalancerTlsCertificatePropsgetIsAttached in interface CfnLoadBalancerTlsCertificateProps@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.