ElasticLoadBalancingv2 / Client / describe_account_limits

describe_account_limits#

ElasticLoadBalancingv2.Client.describe_account_limits(**kwargs)#

Describes the current Elastic Load Balancing resource limits for your Amazon Web Services account.

For more information, see the following:

See also: AWS API Documentation

Request Syntax

response = client.describe_account_limits(
    Marker='string',
    PageSize=123
)
Parameters:
  • Marker (string) – The marker for the next set of results. (You received this marker from a previous call.)

  • PageSize (integer) – The maximum number of results to return with this call.

Return type:

dict

Returns:

Response Syntax

{
    'Limits': [
        {
            'Name': 'string',
            'Max': 'string'
        },
    ],
    'NextMarker': 'string'
}

Response Structure

  • (dict) –

    • Limits (list) –

      Information about the limits.

      • (dict) –

        Information about an Elastic Load Balancing resource limit for your Amazon Web Services account.

        For more information, see the following:

        • Name (string) –

          The name of the limit. The possible values are:

          • application-load-balancers

          • condition-values-per-alb-rule

          • condition-wildcards-per-alb-rule

          • gateway-load-balancers

          • gateway-load-balancers-per-vpc

          • geneve-target-groups

          • listeners-per-application-load-balancer

          • listeners-per-network-load-balancer

          • network-load-balancers

          • rules-per-application-load-balancer

          • target-groups

          • target-groups-per-action-on-application-load-balancer

          • target-groups-per-action-on-network-load-balancer

          • target-groups-per-application-load-balancer

          • targets-per-application-load-balancer

          • targets-per-availability-zone-per-gateway-load-balancer

          • targets-per-availability-zone-per-network-load-balancer

          • targets-per-network-load-balancer

        • Max (string) –

          The maximum value of the limit.

    • NextMarker (string) –

      If there are additional results, this is the marker for the next set of results. Otherwise, this is null.