elbv2_modify_capacity_reservation {paws.networking} | R Documentation |
Modifies the capacity reservation of the specified load balancer
Description
Modifies the capacity reservation of the specified load balancer.
See https://www.paws-r-sdk.com/docs/elbv2_modify_capacity_reservation/ for full documentation.
Usage
elbv2_modify_capacity_reservation(
LoadBalancerArn,
MinimumLoadBalancerCapacity = NULL,
ResetCapacityReservation = NULL
)
Arguments
LoadBalancerArn |
[required] The Amazon Resource Name (ARN) of the load balancer. |
MinimumLoadBalancerCapacity |
The minimum load balancer capacity reserved. |
ResetCapacityReservation |
Resets the capacity reservation. |
[Package paws.networking version 0.9.0 Index]