Class CfnLoadBalancerTlsCertificateProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lightsail.CfnLoadBalancerTlsCertificateProps.Jsii$Proxy
- All Implemented Interfaces:
CfnLoadBalancerTlsCertificateProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnLoadBalancerTlsCertificateProps
@Stability(Stable)
@Internal
public static final class CfnLoadBalancerTlsCertificateProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnLoadBalancerTlsCertificateProps
An implementation for
CfnLoadBalancerTlsCertificateProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.lightsail.CfnLoadBalancerTlsCertificateProps
CfnLoadBalancerTlsCertificateProps.Builder, CfnLoadBalancerTlsCertificateProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancerTlsCertificateProps.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
An array of alternative domain names and subdomain names for your SSL/TLS certificate.final String
The domain name for the SSL/TLS certificate.final String
The name of the SSL/TLS certificate.final Object
A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.final Object
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.final String
The name of the load balancer that the SSL/TLS certificate is attached to.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLoadBalancerTlsCertificateProps.Builder
.
-
-
Method Details
-
getCertificateDomainName
Description copied from interface:CfnLoadBalancerTlsCertificateProps
The domain name for the SSL/TLS certificate.For example,
example.com
orwww.example.com
.- Specified by:
getCertificateDomainName
in interfaceCfnLoadBalancerTlsCertificateProps
- See Also:
-
getCertificateName
Description copied from interface:CfnLoadBalancerTlsCertificateProps
The name of the SSL/TLS certificate.- Specified by:
getCertificateName
in interfaceCfnLoadBalancerTlsCertificateProps
- See Also:
-
getLoadBalancerName
Description copied from interface:CfnLoadBalancerTlsCertificateProps
The name of the load balancer that the SSL/TLS certificate is attached to.- Specified by:
getLoadBalancerName
in interfaceCfnLoadBalancerTlsCertificateProps
- See Also:
-
getCertificateAlternativeNames
Description copied from interface:CfnLoadBalancerTlsCertificateProps
An array of alternative domain names and subdomain names for your SSL/TLS certificate.In addition to the primary domain name, you can have up to nine alternative domain names. Wildcards (such as
*.example.com
) are not supported.- Specified by:
getCertificateAlternativeNames
in interfaceCfnLoadBalancerTlsCertificateProps
- See Also:
-
getHttpsRedirectionEnabled
Description copied from interface:CfnLoadBalancerTlsCertificateProps
A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.- Specified by:
getHttpsRedirectionEnabled
in interfaceCfnLoadBalancerTlsCertificateProps
- See Also:
-
getIsAttached
Description copied from interface:CfnLoadBalancerTlsCertificateProps
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.- Specified by:
getIsAttached
in interfaceCfnLoadBalancerTlsCertificateProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-