Skip to main content

load_balancers_list_only

Lists load_balancers in a region or regions, for all properties use load_balancers

Overview

Nameload_balancers_list_only
TypeResource
DescriptionResource Type definition for AWS::Lightsail::LoadBalancer
Idaws.lightsail.load_balancers_list_only

Fields

NameDatatypeDescription
load_balancer_namestringThe name of your load balancer.
load_balancer_arnstring
instance_portintegerThe instance port where you're creating your load balancer.
ip_address_typestringThe 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.
attached_instancesarrayThe names of the instances attached to the load balancer.
health_check_pathstringThe 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., "/").
session_stickiness_enabledbooleanConfiguration option to enable session stickiness.
session_stickiness_lb_cookie_duration_secondsstringConfiguration option to adjust session stickiness cookie duration parameter.
tls_policy_namestringThe name of the TLS policy to apply to the load balancer.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all load_balancers in a region.

SELECT
region,
load_balancer_name
FROM aws.lightsail.load_balancers_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the load_balancers_list_only resource, see load_balancers