View source: R/elbv2_operations.R
elbv2_modify_capacity_reservation | R Documentation |
Modifies the capacity reservation of the specified load balancer.
See https://www.paws-r-sdk.com/docs/elbv2_modify_capacity_reservation/ for full documentation.
elbv2_modify_capacity_reservation(
LoadBalancerArn,
MinimumLoadBalancerCapacity = NULL,
ResetCapacityReservation = NULL
)
LoadBalancerArn |
[required] The Amazon Resource Name (ARN) of the load balancer. |
MinimumLoadBalancerCapacity |
The minimum load balancer capacity reserved. |
ResetCapacityReservation |
Resets the capacity reservation. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.