View source: R/lightsail_operations.R
lightsail_update_load_balancer_attribute | R Documentation |
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.
lightsail_update_load_balancer_attribute(
loadBalancerName,
attributeName,
attributeValue
)
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
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.