| Package | Description |
|---|---|
| software.amazon.awscdk.services.lightsail |
AWS::Lightsail Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.attachedInstances(List<String> attachedInstances)
The Lightsail instances to attach to the load balancer.
|
static CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.create(software.constructs.Construct scope,
String id) |
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.healthCheckPath(String healthCheckPath)
The path on the attached instance where the health check will be performed.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.instancePort(Number instancePort)
The port that the load balancer uses to direct traffic to your Lightsail instances.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.ipAddressType(String ipAddressType)
The IP address type of the load balancer.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.loadBalancerName(String loadBalancerName)
The name of the load balancer.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.sessionStickinessEnabled(Boolean sessionStickinessEnabled)
A Boolean value indicating whether session stickiness is enabled.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.sessionStickinessEnabled(IResolvable sessionStickinessEnabled)
A Boolean value indicating whether session stickiness is enabled.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.sessionStickinessLbCookieDurationSeconds(String sessionStickinessLbCookieDurationSeconds)
The time period, in seconds, after which the load balancer session stickiness cookie should be considered stale.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.tags(List<? extends CfnTag> tags)
An array of key-value pairs to apply to this resource.
|
CfnLoadBalancer.Builder |
CfnLoadBalancer.Builder.tlsPolicyName(String tlsPolicyName)
The name of the TLS security policy for the load balancer.
|
Copyright © 2022. All rights reserved.