Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

Limit

import type { Limit } from "https://aws-api.deno.dev/v0.4/services/elbv2.ts?docs=full";

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

interface Limit {
Max?: string | null;
Name?: string | null;
}

§Properties

§
Max?: string | null
[src]

The maximum value of the limit.

§
Name?: string | null
[src]

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