paws.compute (version 0.1.0)

lightsail_update_load_balancer_attribute: Updates the specified attribute for a load balancer

Description

Updates the specified attribute for a load balancer. You can only update one attribute at a time.

Usage

lightsail_update_load_balancer_attribute(loadBalancerName,
  attributeName, attributeValue)

Arguments

loadBalancerName

[required] The name of the load balancer that you want to modify (e.g., my-load-balancer.

attributeName

[required] The name of the attribute you want to update. Valid values are below.

attributeValue

[required] The value that you want to specify for the attribute name.

Request syntax

svc$update_load_balancer_attribute(
  loadBalancerName = "string",
  attributeName = "HealthCheckPath"|"SessionStickinessEnabled"|"SessionStickiness_LB_CookieDurationSeconds",
  attributeValue = "string"
)

Details

The update load balancer attribute operation supports tag-based access control via resource tags applied to the resource identified by loadBalancerName. For more information, see the Lightsail Dev Guide.