Skip to content

Describe Account Limits

elb_describe_account_limits R Documentation

Describes the current Elastic Load Balancing resource limits for your AWS account

Description

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.

Usage

elb_describe_account_limits(Marker, PageSize)

Arguments

Marker

The marker for the next set of results. (You received this marker from a previous call.)

PageSize

The maximum number of results to return with this call.

Value

A list with the following syntax:

list(
  Limits = list(
    list(
      Name = "string",
      Max = "string"
    )
  ),
  NextMarker = "string"
)

Request syntax

svc$describe_account_limits(
  Marker = "string",
  PageSize = 123
)