Package-level declarations

Types

Link copied to clipboard

A load balancer distributes incoming traffic across targets, such as your EC2 instances. This enables you to increase the availability of your application. The load balancer also monitors the health of its registered targets and ensures that it routes traffic only to healthy targets. You configure your load balancer to accept incoming traffic by specifying one or more listeners, which are configured with a protocol and port number for connections from clients to the load balancer. You configure a target group with a protocol and port number for connections from the load balancer to the targets, and with health check settings to be used when checking the health status of the targets.

Properties

Link copied to clipboard
const val SdkVersion: String
Link copied to clipboard
Link copied to clipboard
const val ServiceId: String

Inherited functions

Link copied to clipboard

Adds the specified SSL server certificate to the certificate list for the specified HTTPS or TLS listener.

Link copied to clipboard

Adds the specified tags to the specified Elastic Load Balancing resource. You can tag your Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, trust stores, listeners, and rules.

Link copied to clipboard

Adds the specified revocation file to the specified trust store.

Link copied to clipboard

Creates a listener for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.

Link copied to clipboard

Creates an Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.

Link copied to clipboard

Creates a rule for the specified listener. The listener must be associated with an Application Load Balancer.

Link copied to clipboard

Creates a target group.

Link copied to clipboard

Creates a trust store.

Link copied to clipboard

Deletes the specified listener.

Link copied to clipboard

Deletes the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. Deleting a load balancer also deletes its listeners.

Link copied to clipboard

Deletes the specified rule.

Link copied to clipboard

Deletes the specified target group.

Link copied to clipboard

Deletes a trust store.

Link copied to clipboard

Deregisters the specified targets from the specified target group. After the targets are deregistered, they no longer receive traffic from the load balancer.

Link copied to clipboard

Describes the current Elastic Load Balancing resource limits for your Amazon Web Services account.

Link copied to clipboard

Describes the capacity reservation status for the specified load balancer.

Link copied to clipboard

Describes the attributes for the specified listener.

Link copied to clipboard

Describes the default certificate and the certificate list for the specified HTTPS or TLS listener.

Link copied to clipboard

Describes the specified listeners or the listeners for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer. You must specify either a load balancer or one or more listeners.

Link copied to clipboard

Describes the attributes for the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.

Link copied to clipboard

Describes the specified load balancers or all of your load balancers.

Link copied to clipboard

Describes the specified rules or the rules for the specified listener. You must specify either a listener or one or more rules.

Link copied to clipboard

Describes the specified policies or all policies used for SSL negotiation.

Link copied to clipboard

Describes the tags for the specified Elastic Load Balancing resources. You can describe the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.

Link copied to clipboard

Describes the attributes for the specified target group.

Link copied to clipboard

Describes the specified target groups or all of your target groups. By default, all target groups are described. Alternatively, you can specify one of the following to filter the results: the ARN of the load balancer, the names of one or more target groups, or the ARNs of one or more target groups.

Link copied to clipboard

Describes the health of the specified targets or all of your targets.

Link copied to clipboard

Describes all resources associated with the specified trust store.

Link copied to clipboard

Describes the revocation files in use by the specified trust store or revocation files.

Link copied to clipboard

Describes all trust stores for the specified account.

Link copied to clipboard

Retrieves the resource policy for a specified resource.

Link copied to clipboard
Link copied to clipboard

Modifies the capacity reservation of the specified load balancer.

Link copied to clipboard

[Application Load Balancers] Modify the IP pool associated to a load balancer.

Link copied to clipboard

Replaces the specified properties of the specified listener. Any properties that you do not specify remain unchanged.

Link copied to clipboard

Modifies the specified attributes of the specified listener.

Link copied to clipboard

Modifies the specified attributes of the specified Application Load Balancer, Network Load Balancer, or Gateway Load Balancer.

Link copied to clipboard

Replaces the specified properties of the specified rule. Any properties that you do not specify are unchanged.

Link copied to clipboard

Modifies the health checks used when evaluating the health state of the targets in the specified target group.

Link copied to clipboard

Modifies the specified attributes of the specified target group.

Link copied to clipboard

Update the ca certificate bundle for the specified trust store.

Link copied to clipboard

Registers the specified targets with the specified target group.

Link copied to clipboard

Removes the specified certificate from the certificate list for the specified HTTPS or TLS listener.

Link copied to clipboard

Removes the specified tags from the specified Elastic Load Balancing resources. You can remove the tags for one or more Application Load Balancers, Network Load Balancers, Gateway Load Balancers, target groups, listeners, or rules.

Link copied to clipboard

Removes the specified revocation file from the specified trust store.

Link copied to clipboard

Sets the type of IP addresses used by the subnets of the specified load balancer.

Link copied to clipboard

Sets the priorities of the specified rules.

Link copied to clipboard

Associates the specified security groups with the specified Application Load Balancer or Network Load Balancer. The specified security groups override the previously associated security groups.

Link copied to clipboard

Enables the Availability Zones for the specified public subnets for the specified Application Load Balancer, Network Load Balancer or Gateway Load Balancer. The specified subnets replace the previously enabled subnets.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.