A list with the following syntax:
list(
LoadBalancers = list(
list(
LoadBalancerArn = "string",
DNSName = "string",
CanonicalHostedZoneId = "string",
CreatedTime = as.POSIXct(
"2015-01-01"
),
LoadBalancerName = "string",
Scheme = "internet-facing"|"internal",
VpcId = "string",
State = list(
Code = "active"|"provisioning"|"active_impaired"|"failed",
Reason = "string"
),
Type = "application"|"network"|"gateway",
AvailabilityZones = list(
list(
ZoneName = "string",
SubnetId = "string",
OutpostId = "string",
LoadBalancerAddresses = list(
list(
IpAddress = "string",
AllocationId = "string",
PrivateIPv4Address = "string",
IPv6Address = "string"
)
)
)
),
SecurityGroups = list(
"string"
),
IpAddressType = "ipv4"|"dualstack",
CustomerOwnedIpv4Pool = "string"
)
),
NextMarker = "string"
)