Skip to main content

@swamp/aws/elasticloadbalancing

v2026.04.03.3

AWS ELASTICLOADBALANCING infrastructure models

Labels

awselasticloadbalancingcloudinfrastructure

Contents

Quality score

How well-documented and verifiable this extension is.

Not yet scored.

A score will be generated the next time this extension is published. The owner can also trigger scoring manually.

Install

$ swamp extension pull @swamp/aws/elasticloadbalancing

Release Notes

  • Updated: load_balancer

@swamp/aws/elasticloadbalancing/load-balancerv2026.04.03.3load_balancer.ts

Global Arguments

ArgumentTypeDescription
AccessLoggingPolicy?objectInformation about where and how access logs are stored for the load balancer.
AppCookieStickinessPolicy?arrayInformation about a policy for application-controlled session stickiness.
AvailabilityZones?arrayThe Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
ConnectionDrainingPolicy?objectIf enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
ConnectionSettings?objectIf enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
CrossZone?booleanIf enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
HealthCheck?objectThe health check settings to use when evaluating the health of your EC2 instances.
Instances?arrayThe IDs of the instances for the load balancer.
LBCookieStickinessPolicy?arrayInformation about a policy for duration-based session stickiness.
ListenersarrayThe Listeners for the load balancer. You can specify at most one listener per port.
LoadBalancerName?stringThe name of the load balancer. This name must be unique within your set of load balancers for the region.
Policies?arrayThe policies defined for your Classic Load Balancer. Specify only back-end server policies.
Scheme?stringThe type of load balancer. Valid only for load balancers in a VPC.
SecurityGroups?arrayThe security groups for the load balancer. Valid only for load balancers in a VPC.
Subnets?arrayThe IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
Tags?arrayThe tags associated with a load balancer.
createCreate a ElasticLoadBalancing LoadBalancer
getGet a ElasticLoadBalancing LoadBalancer
ArgumentTypeDescription
identifierstringThe primary identifier of the ElasticLoadBalancing LoadBalancer
updateUpdate a ElasticLoadBalancing LoadBalancer
deleteDelete a ElasticLoadBalancing LoadBalancer
ArgumentTypeDescription
identifierstringThe primary identifier of the ElasticLoadBalancing LoadBalancer
syncSync ElasticLoadBalancing LoadBalancer state from AWS

Resources

state(infinite)— ElasticLoadBalancing LoadBalancer resource state