Class: Aws::ElasticLoadBalancingV2::Types::Limit
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticLoadBalancingV2::Types::Limit
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticloadbalancingv2/types.rb
Overview
Information about an Elastic Load Balancing resource limit for your Amazon Web Services account.
For more information, see the following:
- Quotas for your Application Load Balancers][1
- Quotas for your Network Load Balancers][2
- Quotas for your Gateway Load Balancers][3
[1]: docs.aws.amazon.com/elasticloadbalancing/latest/application/load-balancer-limits.html [2]: docs.aws.amazon.com/elasticloadbalancing/latest/network/load-balancer-limits.html [3]: docs.aws.amazon.com/elasticloadbalancing/latest/gateway/quotas-limits.html
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#max ⇒ String
The maximum value of the limit.
-
#name ⇒ String
The name of the limit.
Instance Attribute Details
#max ⇒ String
The maximum value of the limit.
2183 2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2183 class Limit < Struct.new( :name, :max) SENSITIVE = [] include Aws::Structure end |
#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
2183 2184 2185 2186 2187 2188 |
# File 'lib/aws-sdk-elasticloadbalancingv2/types.rb', line 2183 class Limit < Struct.new( :name, :max) SENSITIVE = [] include Aws::Structure end |