GetLoadBalancerResult

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)

Constructors

Link copied to clipboard
constructor(attachedInstances: List<String>? = null, healthCheckPath: String? = null, loadBalancerArn: String? = null, sessionStickinessEnabled: Boolean? = null, sessionStickinessLbCookieDurationSeconds: String? = null, tags: List<Tag>? = null, tlsPolicyName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The names of the instances attached to the load balancer.

Link copied to clipboard
val healthCheckPath: String? = null

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
val loadBalancerArn: String? = null

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
val tags: List<Tag>? = null

An array of key-value pairs to apply to this resource.

Link copied to clipboard
val tlsPolicyName: String? = null

The name of the TLS policy to apply to the load balancer.