Update Load Balancer Attribute
POST {{aws_lightsail_base_url}}/?attributeName&attributeValue&loadBalancerName&Version=2016-11-28
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
attributeName | null | The name of the attribute you want to update. Valid values are below. | |
attributeValue | null | The value that you want to specify for the attribute name. | |
loadBalancerName | null | The name of the load balancer that you want to modify (e.g., my-load-balancer. | |
Version | string | The version of the API. |
Request Body
{"attributeName"=>"string", "attributeValue"=>"string", "loadBalancerName"=>"string"}