public static final class CfnLoadBalancerTlsCertificateProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLoadBalancerTlsCertificateProps
CfnLoadBalancerTlsCertificateProps
CfnLoadBalancerTlsCertificateProps.Builder, CfnLoadBalancerTlsCertificateProps.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(java.lang.Object o) |
java.util.List<java.lang.String> |
getCertificateAlternativeNames()
An array of alternative domain names and subdomain names for your SSL/TLS certificate.
|
java.lang.String |
getCertificateDomainName()
The domain name for the SSL/TLS certificate.
|
java.lang.String |
getCertificateName()
The name of the SSL/TLS certificate.
|
java.lang.Object |
getHttpsRedirectionEnabled()
A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.
|
java.lang.Object |
getIsAttached()
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.
|
java.lang.String |
getLoadBalancerName()
The name of the load balancer that the SSL/TLS certificate is attached to.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.String getCertificateDomainName()
CfnLoadBalancerTlsCertificateProps
For example, example.com
or www.example.com
.
getCertificateDomainName
in interface CfnLoadBalancerTlsCertificateProps
public final java.lang.String getCertificateName()
CfnLoadBalancerTlsCertificateProps
getCertificateName
in interface CfnLoadBalancerTlsCertificateProps
public final java.lang.String getLoadBalancerName()
CfnLoadBalancerTlsCertificateProps
getLoadBalancerName
in interface CfnLoadBalancerTlsCertificateProps
public final java.util.List<java.lang.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 CfnLoadBalancerTlsCertificateProps
public final java.lang.Object getHttpsRedirectionEnabled()
CfnLoadBalancerTlsCertificateProps
getHttpsRedirectionEnabled
in interface CfnLoadBalancerTlsCertificateProps
public final java.lang.Object getIsAttached()
CfnLoadBalancerTlsCertificateProps
getIsAttached
in interface CfnLoadBalancerTlsCertificateProps
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()