We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi
Resource Type definition for AWS::ElasticLoadBalancing::LoadBalancer
Create LoadBalancer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LoadBalancer(name: string, args: LoadBalancerArgs, opts?: CustomResourceOptions);@overload
def LoadBalancer(resource_name: str,
args: LoadBalancerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LoadBalancer(resource_name: str,
opts: Optional[ResourceOptions] = None,
listeners: Optional[Sequence[LoadBalancerListenersArgs]] = None,
lb_cookie_stickiness_policy: Optional[Sequence[LoadBalancerLbCookieStickinessPolicyArgs]] = None,
policies: Optional[Sequence[LoadBalancerPoliciesArgs]] = None,
connection_draining_policy: Optional[LoadBalancerConnectionDrainingPolicyArgs] = None,
connection_settings: Optional[LoadBalancerConnectionSettingsArgs] = None,
cross_zone: Optional[bool] = None,
health_check: Optional[LoadBalancerHealthCheckArgs] = None,
availability_zones: Optional[Sequence[str]] = None,
app_cookie_stickiness_policy: Optional[Sequence[LoadBalancerAppCookieStickinessPolicyArgs]] = None,
instances: Optional[Sequence[str]] = None,
load_balancer_name: Optional[str] = None,
access_logging_policy: Optional[LoadBalancerAccessLoggingPolicyArgs] = None,
scheme: Optional[str] = None,
security_groups: Optional[Sequence[str]] = None,
subnets: Optional[Sequence[str]] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewLoadBalancer(ctx *Context, name string, args LoadBalancerArgs, opts ...ResourceOption) (*LoadBalancer, error)public LoadBalancer(string name, LoadBalancerArgs args, CustomResourceOptions? opts = null)
public LoadBalancer(String name, LoadBalancerArgs args)
public LoadBalancer(String name, LoadBalancerArgs args, CustomResourceOptions options)
type: aws-native:elasticloadbalancing:LoadBalancer
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_elasticloadbalancing_loadbalancer" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
LoadBalancer Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LoadBalancer resource accepts the following input properties:
- Listeners
List<Pulumi.
Aws Native. Elastic Load Balancing. Inputs. Load Balancer Listeners> - The Listeners for the load balancer. You can specify at most one listener per port.
- Access
Logging Pulumi.Policy Aws Native. Elastic Load Balancing. Inputs. Load Balancer Access Logging Policy - Information about where and how access logs are stored for the load balancer.
-
List<Pulumi.
Aws Native. Elastic Load Balancing. Inputs. Load Balancer App Cookie Stickiness Policy> - Information about a policy for application-controlled session stickiness.
- Availability
Zones List<string> - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- Connection
Draining Pulumi.Policy Aws Native. Elastic Load Balancing. Inputs. Load Balancer Connection Draining Policy - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- Connection
Settings Pulumi.Aws Native. Elastic Load Balancing. Inputs. Load Balancer Connection Settings - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- Cross
Zone bool - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- Health
Check Pulumi.Aws Native. Elastic Load Balancing. Inputs. Load Balancer Health Check - The health check settings to use when evaluating the health of your EC2 instances.
- Instances List<string>
- The IDs of the instances for the load balancer.
-
List<Pulumi.
Aws Native. Elastic Load Balancing. Inputs. Load Balancer Lb Cookie Stickiness Policy> - Information about a policy for duration-based session stickiness.
- Load
Balancer stringName - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- Policies
List<Pulumi.
Aws Native. Elastic Load Balancing. Inputs. Load Balancer Policies> - The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- Scheme string
- The type of load balancer. Valid only for load balancers in a VPC.
- Security
Groups List<string> - The security groups for the load balancer. Valid only for load balancers in a VPC.
- Subnets List<string>
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags associated with a load balancer.
- Listeners
[]Load
Balancer Listeners Args - The Listeners for the load balancer. You can specify at most one listener per port.
- Access
Logging LoadPolicy Balancer Access Logging Policy Args - Information about where and how access logs are stored for the load balancer.
-
[]Load
Balancer App Cookie Stickiness Policy Args - Information about a policy for application-controlled session stickiness.
- Availability
Zones []string - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- Connection
Draining LoadPolicy Balancer Connection Draining Policy Args - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- Connection
Settings LoadBalancer Connection Settings Args - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- Cross
Zone bool - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- Health
Check LoadBalancer Health Check Args - The health check settings to use when evaluating the health of your EC2 instances.
- Instances []string
- The IDs of the instances for the load balancer.
-
[]Load
Balancer Lb Cookie Stickiness Policy Args - Information about a policy for duration-based session stickiness.
- Load
Balancer stringName - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- Policies
[]Load
Balancer Policies Args - The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- Scheme string
- The type of load balancer. Valid only for load balancers in a VPC.
- Security
Groups []string - The security groups for the load balancer. Valid only for load balancers in a VPC.
- Subnets []string
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
-
Tag
Args - The tags associated with a load balancer.
- listeners list(object)
- The Listeners for the load balancer. You can specify at most one listener per port.
- access_
logging_ objectpolicy - Information about where and how access logs are stored for the load balancer.
- list(object)
- Information about a policy for application-controlled session stickiness.
- availability_
zones list(string) - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- connection_
draining_ objectpolicy - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- connection_
settings object - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- cross_
zone bool - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- health_
check object - The health check settings to use when evaluating the health of your EC2 instances.
- instances list(string)
- The IDs of the instances for the load balancer.
- list(object)
- Information about a policy for duration-based session stickiness.
- load_
balancer_ stringname - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- policies list(object)
- The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- scheme string
- The type of load balancer. Valid only for load balancers in a VPC.
- security_
groups list(string) - The security groups for the load balancer. Valid only for load balancers in a VPC.
- subnets list(string)
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
- list(object)
- The tags associated with a load balancer.
- listeners
List<Load
Balancer Listeners> - The Listeners for the load balancer. You can specify at most one listener per port.
- access
Logging LoadPolicy Balancer Access Logging Policy - Information about where and how access logs are stored for the load balancer.
-
List<Load
Balancer App Cookie Stickiness Policy> - Information about a policy for application-controlled session stickiness.
- availability
Zones List<String> - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- connection
Draining LoadPolicy Balancer Connection Draining Policy - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- connection
Settings LoadBalancer Connection Settings - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- cross
Zone Boolean - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- health
Check LoadBalancer Health Check - The health check settings to use when evaluating the health of your EC2 instances.
- instances List<String>
- The IDs of the instances for the load balancer.
-
List<Load
Balancer Lb Cookie Stickiness Policy> - Information about a policy for duration-based session stickiness.
- load
Balancer StringName - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- policies
List<Load
Balancer Policies> - The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- scheme String
- The type of load balancer. Valid only for load balancers in a VPC.
- security
Groups List<String> - The security groups for the load balancer. Valid only for load balancers in a VPC.
- subnets List<String>
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
- List<Tag>
- The tags associated with a load balancer.
- listeners
Load
Balancer Listeners[] - The Listeners for the load balancer. You can specify at most one listener per port.
- access
Logging LoadPolicy Balancer Access Logging Policy - Information about where and how access logs are stored for the load balancer.
-
Load
Balancer App Cookie Stickiness Policy[] - Information about a policy for application-controlled session stickiness.
- availability
Zones string[] - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- connection
Draining LoadPolicy Balancer Connection Draining Policy - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- connection
Settings LoadBalancer Connection Settings - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- cross
Zone boolean - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- health
Check LoadBalancer Health Check - The health check settings to use when evaluating the health of your EC2 instances.
- instances string[]
- The IDs of the instances for the load balancer.
-
Load
Balancer Lb Cookie Stickiness Policy[] - Information about a policy for duration-based session stickiness.
- load
Balancer stringName - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- policies
Load
Balancer Policies[] - The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- scheme string
- The type of load balancer. Valid only for load balancers in a VPC.
- security
Groups string[] - The security groups for the load balancer. Valid only for load balancers in a VPC.
- subnets string[]
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
- Tag[]
- The tags associated with a load balancer.
- listeners
Sequence[Load
Balancer Listeners Args] - The Listeners for the load balancer. You can specify at most one listener per port.
- access_
logging_ Loadpolicy Balancer Access Logging Policy Args - Information about where and how access logs are stored for the load balancer.
-
Sequence[Load
Balancer App Cookie Stickiness Policy Args] - Information about a policy for application-controlled session stickiness.
- availability_
zones Sequence[str] - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- connection_
draining_ Loadpolicy Balancer Connection Draining Policy Args - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- connection_
settings LoadBalancer Connection Settings Args - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- cross_
zone bool - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- health_
check LoadBalancer Health Check Args - The health check settings to use when evaluating the health of your EC2 instances.
- instances Sequence[str]
- The IDs of the instances for the load balancer.
-
Sequence[Load
Balancer Lb Cookie Stickiness Policy Args] - Information about a policy for duration-based session stickiness.
- load_
balancer_ strname - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- policies
Sequence[Load
Balancer Policies Args] - The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- scheme str
- The type of load balancer. Valid only for load balancers in a VPC.
- security_
groups Sequence[str] - The security groups for the load balancer. Valid only for load balancers in a VPC.
- subnets Sequence[str]
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
-
Sequence[Tag
Args] - The tags associated with a load balancer.
- listeners List<Property Map>
- The Listeners for the load balancer. You can specify at most one listener per port.
- access
Logging Property MapPolicy - Information about where and how access logs are stored for the load balancer.
- List<Property Map>
- Information about a policy for application-controlled session stickiness.
- availability
Zones List<String> - The Availability Zones for a load balancer in a default VPC. For a load balancer in a nondefault VPC, specify Subnets instead.
- connection
Draining Property MapPolicy - If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.
- connection
Settings Property Map - If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.
- cross
Zone Boolean - If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones.
- health
Check Property Map - The health check settings to use when evaluating the health of your EC2 instances.
- instances List<String>
- The IDs of the instances for the load balancer.
- List<Property Map>
- Information about a policy for duration-based session stickiness.
- load
Balancer StringName - The name of the load balancer. This name must be unique within your set of load balancers for the region.
- policies List<Property Map>
- The policies defined for your Classic Load Balancer. Specify only back-end server policies.
- scheme String
- The type of load balancer. Valid only for load balancers in a VPC.
- security
Groups List<String> - The security groups for the load balancer. Valid only for load balancers in a VPC.
- subnets List<String>
- The IDs of the subnets for the load balancer. You can specify at most one subnet per Availability Zone.
- List<Property Map>
- The tags associated with a load balancer.
Outputs
All input properties are implicitly available as output properties. Additionally, the LoadBalancer resource produces the following output properties:
- Canonical
Hosted stringZone Name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- Canonical
Hosted stringZone Name Id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- Dns
Name string - The DNS name for the load balancer
- Id string
- The provider-assigned unique ID for this managed resource.
- Source
Security Pulumi.Group Aws Native. Elastic Load Balancing. Outputs. Load Balancer Source Security Group
- Canonical
Hosted stringZone Name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- Canonical
Hosted stringZone Name Id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- Dns
Name string - The DNS name for the load balancer
- Id string
- The provider-assigned unique ID for this managed resource.
- Source
Security LoadGroup Balancer Source Security Group
- canonical_
hosted_ stringzone_ name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- canonical_
hosted_ stringzone_ name_ id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- dns_
name string - The DNS name for the load balancer
- id string
- The provider-assigned unique ID for this managed resource.
- source_
security_ objectgroup
- canonical
Hosted StringZone Name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- canonical
Hosted StringZone Name Id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- dns
Name String - The DNS name for the load balancer
- id String
- The provider-assigned unique ID for this managed resource.
- source
Security LoadGroup Balancer Source Security Group
- canonical
Hosted stringZone Name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- canonical
Hosted stringZone Name Id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- dns
Name string - The DNS name for the load balancer
- id string
- The provider-assigned unique ID for this managed resource.
- source
Security LoadGroup Balancer Source Security Group
- canonical_
hosted_ strzone_ name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- canonical_
hosted_ strzone_ name_ id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- dns_
name str - The DNS name for the load balancer
- id str
- The provider-assigned unique ID for this managed resource.
- source_
security_ Loadgroup Balancer Source Security Group
- canonical
Hosted StringZone Name - The name of the Route 53 hosted zone that is associated with the load balancer. Internal-facing load balancers.
- canonical
Hosted StringZone Name Id - The ID of the Route 53 hosted zone name that is associated with the load balancer.
- dns
Name String - The DNS name for the load balancer
- id String
- The provider-assigned unique ID for this managed resource.
- source
Security Property MapGroup
Supporting Types
LoadBalancerAccessLoggingPolicy, LoadBalancerAccessLoggingPolicyArgs
Information about where and how access logs are stored for the load balancer.- Enabled bool
- Specifies whether access logs are enabled for the load balancer.
- S3Bucket
Name string - The name of the Amazon S3 bucket where the access logs are stored.
- Emit
Interval int The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- S3Bucket
Prefix string - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- Enabled bool
- Specifies whether access logs are enabled for the load balancer.
- S3Bucket
Name string - The name of the Amazon S3 bucket where the access logs are stored.
- Emit
Interval int The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- S3Bucket
Prefix string - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- enabled bool
- Specifies whether access logs are enabled for the load balancer.
- s3_
bucket_ stringname - The name of the Amazon S3 bucket where the access logs are stored.
- emit_
interval number The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- s3_
bucket_ stringprefix - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- enabled Boolean
- Specifies whether access logs are enabled for the load balancer.
- s3Bucket
Name String - The name of the Amazon S3 bucket where the access logs are stored.
- emit
Interval Integer The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- s3Bucket
Prefix String - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- enabled boolean
- Specifies whether access logs are enabled for the load balancer.
- s3Bucket
Name string - The name of the Amazon S3 bucket where the access logs are stored.
- emit
Interval number The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- s3Bucket
Prefix string - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- enabled bool
- Specifies whether access logs are enabled for the load balancer.
- s3_
bucket_ strname - The name of the Amazon S3 bucket where the access logs are stored.
- emit_
interval int The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- s3_
bucket_ strprefix - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- enabled Boolean
- Specifies whether access logs are enabled for the load balancer.
- s3Bucket
Name String - The name of the Amazon S3 bucket where the access logs are stored.
- emit
Interval Number The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes.
Default: 60 minutes
- s3Bucket
Prefix String - The logical hierarchy you created for your Amazon S3 bucket, for example
my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
LoadBalancerAppCookieStickinessPolicy, LoadBalancerAppCookieStickinessPolicyArgs
Information about a policy for application-controlled session stickiness.- string
- The name of the application cookie used for stickiness.
- Policy
Name string - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- string
- The name of the application cookie used for stickiness.
- Policy
Name string - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- string
- The name of the application cookie used for stickiness.
- policy_
name string - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- String
- The name of the application cookie used for stickiness.
- policy
Name String - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- string
- The name of the application cookie used for stickiness.
- policy
Name string - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- str
- The name of the application cookie used for stickiness.
- policy_
name str - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
- String
- The name of the application cookie used for stickiness.
- policy
Name String - The mnemonic name for the policy being created. The name must be unique within a set of policies for this load balancer.
LoadBalancerConnectionDrainingPolicy, LoadBalancerConnectionDrainingPolicyArgs
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance.LoadBalancerConnectionSettings, LoadBalancerConnectionSettingsArgs
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration.- Idle
Timeout int - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- Idle
Timeout int - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- idle_
timeout number - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- idle
Timeout Integer - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- idle
Timeout number - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- idle_
timeout int - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- idle
Timeout Number - The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
LoadBalancerHealthCheck, LoadBalancerHealthCheckArgs
The health check settings to use when evaluating the health of your EC2 instances.
Update requires replacement if you did not previously specify health check settings or if you are removing the health check settings. Otherwise, update requires no interruption.
- Healthy
Threshold string - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - Interval string
- The approximate interval, in seconds, between health checks of an individual instance.
- Target string
- The instance being checked.
- Timeout string
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- Unhealthy
Threshold string - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
- Healthy
Threshold string - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - Interval string
- The approximate interval, in seconds, between health checks of an individual instance.
- Target string
- The instance being checked.
- Timeout string
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- Unhealthy
Threshold string - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
- healthy_
threshold string - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - interval string
- The approximate interval, in seconds, between health checks of an individual instance.
- target string
- The instance being checked.
- timeout string
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- unhealthy_
threshold string - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
- healthy
Threshold String - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - interval String
- The approximate interval, in seconds, between health checks of an individual instance.
- target String
- The instance being checked.
- timeout String
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- unhealthy
Threshold String - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
- healthy
Threshold string - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - interval string
- The approximate interval, in seconds, between health checks of an individual instance.
- target string
- The instance being checked.
- timeout string
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- unhealthy
Threshold string - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
- healthy_
threshold str - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - interval str
- The approximate interval, in seconds, between health checks of an individual instance.
- target str
- The instance being checked.
- timeout str
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- unhealthy_
threshold str - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
- healthy
Threshold String - The number of consecutive health checks successes required before moving the instance to the
Healthystate. - interval String
- The approximate interval, in seconds, between health checks of an individual instance.
- target String
- The instance being checked.
- timeout String
The amount of time, in seconds, during which no response means a failed health check.
This value must be less than the
Intervalvalue.- unhealthy
Threshold String - The number of consecutive health check failures required before moving the instance to the
Unhealthystate.
LoadBalancerLbCookieStickinessPolicy, LoadBalancerLbCookieStickinessPolicyArgs
Information about a policy for duration-based session stickiness.- string
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- Policy
Name string - The name of the policy. This name must be unique within the set of policies for this load balancer.
- string
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- Policy
Name string - The name of the policy. This name must be unique within the set of policies for this load balancer.
- string
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- policy_
name string - The name of the policy. This name must be unique within the set of policies for this load balancer.
- String
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- policy
Name String - The name of the policy. This name must be unique within the set of policies for this load balancer.
- string
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- policy
Name string - The name of the policy. This name must be unique within the set of policies for this load balancer.
- str
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- policy_
name str - The name of the policy. This name must be unique within the set of policies for this load balancer.
- String
- The time period, in seconds, after which the cookie should be considered stale. If this parameter is not specified, the stickiness session lasts for the duration of the browser session.
- policy
Name String - The name of the policy. This name must be unique within the set of policies for this load balancer.
LoadBalancerListeners, LoadBalancerListenersArgs
- Instance
Port string - The port on which the instance is listening.
- Load
Balancer stringPort - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- Protocol string
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- Instance
Protocol string The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- Policy
Names List<string> - The names of the policies to associate with the listener.
- Ssl
Certificate stringId - The Amazon Resource Name (ARN) of the server certificate.
- Instance
Port string - The port on which the instance is listening.
- Load
Balancer stringPort - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- Protocol string
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- Instance
Protocol string The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- Policy
Names []string - The names of the policies to associate with the listener.
- Ssl
Certificate stringId - The Amazon Resource Name (ARN) of the server certificate.
- instance_
port string - The port on which the instance is listening.
- load_
balancer_ stringport - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- protocol string
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- instance_
protocol string The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- policy_
names list(string) - The names of the policies to associate with the listener.
- ssl_
certificate_ stringid - The Amazon Resource Name (ARN) of the server certificate.
- instance
Port String - The port on which the instance is listening.
- load
Balancer StringPort - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- protocol String
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- instance
Protocol String The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- policy
Names List<String> - The names of the policies to associate with the listener.
- ssl
Certificate StringId - The Amazon Resource Name (ARN) of the server certificate.
- instance
Port string - The port on which the instance is listening.
- load
Balancer stringPort - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- protocol string
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- instance
Protocol string The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- policy
Names string[] - The names of the policies to associate with the listener.
- ssl
Certificate stringId - The Amazon Resource Name (ARN) of the server certificate.
- instance_
port str - The port on which the instance is listening.
- load_
balancer_ strport - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- protocol str
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- instance_
protocol str The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- policy_
names Sequence[str] - The names of the policies to associate with the listener.
- ssl_
certificate_ strid - The Amazon Resource Name (ARN) of the server certificate.
- instance
Port String - The port on which the instance is listening.
- load
Balancer StringPort - The port on which the load balancer is listening. On EC2-VPC, you can specify any port from the range 1-65535. On EC2-Classic, you can specify any port from the following list: 25, 80, 443, 465, 587, 1024-65535.
- protocol String
- The load balancer transport protocol to use for routing: HTTP, HTTPS, TCP, or SSL.
- instance
Protocol String The protocol to use for routing traffic to instances: HTTP, HTTPS, TCP, or SSL.
If the front-end protocol is TCP or SSL, the back-end protocol must be TCP or SSL. If the front-end protocol is HTTP or HTTPS, the back-end protocol must be HTTP or HTTPS.
If there is another listener with the same
InstancePortwhoseInstanceProtocolis secure, (HTTPS or SSL), the listener'sInstanceProtocolmust also be secure.If there is another listener with the same
InstancePortwhoseInstanceProtocolis HTTP or TCP, the listener'sInstanceProtocolmust be HTTP or TCP.- policy
Names List<String> - The names of the policies to associate with the listener.
- ssl
Certificate StringId - The Amazon Resource Name (ARN) of the server certificate.
LoadBalancerPolicies, LoadBalancerPoliciesArgs
- Attributes
List<Pulumi.
Aws Native. Elastic Load Balancing. Inputs. Load Balancer Policy Item> - The policy attributes.
- Policy
Name string - The name of the policy.
- Policy
Type string - The name of the policy type.
- Instance
Ports List<string> - The instance ports for the policy. Required only for some policy types.
- Load
Balancer List<string>Ports - The load balancer ports for the policy. Required only for some policy types.
- Attributes
[]Load
Balancer Policy Item - The policy attributes.
- Policy
Name string - The name of the policy.
- Policy
Type string - The name of the policy type.
- Instance
Ports []string - The instance ports for the policy. Required only for some policy types.
- Load
Balancer []stringPorts - The load balancer ports for the policy. Required only for some policy types.
- attributes list(object)
- The policy attributes.
- policy_
name string - The name of the policy.
- policy_
type string - The name of the policy type.
- instance_
ports list(string) - The instance ports for the policy. Required only for some policy types.
- load_
balancer_ list(string)ports - The load balancer ports for the policy. Required only for some policy types.
- attributes
List<Load
Balancer Policy Item> - The policy attributes.
- policy
Name String - The name of the policy.
- policy
Type String - The name of the policy type.
- instance
Ports List<String> - The instance ports for the policy. Required only for some policy types.
- load
Balancer List<String>Ports - The load balancer ports for the policy. Required only for some policy types.
- attributes
Load
Balancer Policy Item[] - The policy attributes.
- policy
Name string - The name of the policy.
- policy
Type string - The name of the policy type.
- instance
Ports string[] - The instance ports for the policy. Required only for some policy types.
- load
Balancer string[]Ports - The load balancer ports for the policy. Required only for some policy types.
- attributes
Sequence[Load
Balancer Policy Item] - The policy attributes.
- policy_
name str - The name of the policy.
- policy_
type str - The name of the policy type.
- instance_
ports Sequence[str] - The instance ports for the policy. Required only for some policy types.
- load_
balancer_ Sequence[str]ports - The load balancer ports for the policy. Required only for some policy types.
- attributes List<Property Map>
- The policy attributes.
- policy
Name String - The name of the policy.
- policy
Type String - The name of the policy type.
- instance
Ports List<String> - The instance ports for the policy. Required only for some policy types.
- load
Balancer List<String>Ports - The load balancer ports for the policy. Required only for some policy types.
LoadBalancerPolicyItem, LoadBalancerPolicyItemArgs
LoadBalancerSourceSecurityGroup, LoadBalancerSourceSecurityGroupArgs
- Group
Name string - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- Owner
Alias string - The owner of the source security group.
- Group
Name string - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- Owner
Alias string - The owner of the source security group.
- group_
name string - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- owner_
alias string - The owner of the source security group.
- group
Name String - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- owner
Alias String - The owner of the source security group.
- group
Name string - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- owner
Alias string - The owner of the source security group.
- group_
name str - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- owner_
alias str - The owner of the source security group.
- group
Name String - The name of the security group that you can use as part of your inbound rules for your load balancer's back-end instances.
- owner
Alias String - The owner of the source security group.
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Jun 15, 2026 by Pulumi