lightsail_update_load_balancer_attribute {paws.compute} | R Documentation |
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.
See https://www.paws-r-sdk.com/docs/lightsail_update_load_balancer_attribute/ for full documentation.
Usage
lightsail_update_load_balancer_attribute(
loadBalancerName,
attributeName,
attributeValue
)
Arguments
loadBalancerName |
[required] The name of the load balancer that you want to modify
( |
attributeName |
[required] The name of the attribute you want to update. |
attributeValue |
[required] The value that you want to specify for the attribute name. The following values are supported depending on what you specify for the
|