Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see Limits for Your Classic Load Balancer in the Classic Load Balancers Guide.
elb_describe_account_limits(Marker, PageSize)The marker for the next set of results. (You received this marker from a previous call.)
The maximum number of results to return with this call.
A list with the following syntax:
list(
Limits = list(
list(
Name = "string",
Max = "string"
)
),
NextMarker = "string"
)
svc$describe_account_limits( Marker = "string", PageSize = 123 )