LoadBalancer

class LoadBalancer : KotlinCustomResource

Resource Type definition for AWS::Lightsail::LoadBalancer

Properties

Link copied to clipboard

The names of the instances attached to the load balancer.

Link copied to clipboard
val healthCheckPath: Output<String>?

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 id: Output<String>
Link copied to clipboard
val instancePort: Output<Int>

The instance port where you're creating your load balancer.

Link copied to clipboard
val ipAddressType: Output<String>?

The IP address type for the load balancer. The possible values are ipv4 for IPv4 only, and dualstack for IPv4 and IPv6. The default value is dualstack.

Link copied to clipboard
val loadBalancerArn: Output<String>

The Amazon Resource Name (ARN) of the load balancer.

Link copied to clipboard

The name of your load balancer.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
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: Output<List<Tag>>?

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

Link copied to clipboard
val tlsPolicyName: Output<String>?

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

Link copied to clipboard
val urn: Output<String>