Get Load Balancer Result
data class GetLoadBalancerResult(val attachedInstances: List<String>? = null, val healthCheckPath: String? = null, val loadBalancerArn: String? = null, val sessionStickinessEnabled: Boolean? = null, val sessionStickinessLbCookieDurationSeconds: String? = null, val tags: List<Tag>? = null, val tlsPolicyName: String? = null)
Properties
Link copied to clipboard
The names of the instances attached to the load balancer.
Link copied to clipboard
The path you provided to perform the load balancer health check. If you didn't specify a health check path, Lightsail uses the root path of your website (e.g., "/").
Link copied to clipboard
The Amazon Resource Name (ARN) of the load balancer.
Link copied to clipboard
Configuration option to enable session stickiness.
Link copied to clipboard
Configuration option to adjust session stickiness cookie duration parameter.
Link copied to clipboard
The name of the TLS policy to apply to the load balancer.