Describes the current Elastic Load Balancing resource limits for your AWS account.
For more information, see the following:
elbv2_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 )