Interface CfnLoadBalancerTlsCertificateMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoadBalancerTlsCertificateMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:01.129Z")
@Stability(Stable)
public interface CfnLoadBalancerTlsCertificateMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnLoadBalancerTlsCertificatePropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.lightsail.*;
CfnLoadBalancerTlsCertificateMixinProps cfnLoadBalancerTlsCertificateMixinProps = CfnLoadBalancerTlsCertificateMixinProps.builder()
.certificateAlternativeNames(List.of("certificateAlternativeNames"))
.certificateDomainName("certificateDomainName")
.certificateName("certificateName")
.httpsRedirectionEnabled(false)
.isAttached(false)
.loadBalancerName("loadBalancerName")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLoadBalancerTlsCertificateMixinPropsstatic final classAn implementation forCfnLoadBalancerTlsCertificateMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()An array of alternative domain names and subdomain names for your SSL/TLS certificate.default StringThe domain name for the SSL/TLS certificate.default StringThe name of the SSL/TLS certificate.default ObjectA Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.default ObjectA Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.default StringThe name of the load balancer that the SSL/TLS certificate is attached to.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateAlternativeNames
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.- See Also:
-
getCertificateDomainName
The domain name for the SSL/TLS certificate.For example,
example.comorwww.example.com.- See Also:
-
getCertificateName
The name of the SSL/TLS certificate.- See Also:
-
getHttpsRedirectionEnabled
A Boolean value indicating whether HTTPS redirection is enabled for the load balancer that the TLS certificate is attached to.Returns union: either
BooleanorIResolvable- See Also:
-
getIsAttached
A Boolean value indicating whether the SSL/TLS certificate is attached to a Lightsail load balancer.Returns union: either
BooleanorIResolvable- See Also:
-
getLoadBalancerName
The name of the load balancer that the SSL/TLS certificate is attached to.- See Also:
-
builder
-