NetworkConfig / VpcConfig / LoadBalancersConfig

Elastic Load Balancers Configuration. Use this configuration to define Application Load Balancers (ALBs) or Network Load Balancers (NLBs) to be deployed in the specified VPC subnets.

Hierarchy

  • LoadBalancersConfig

Implements

Constructors

Properties

applicationLoadBalancers: undefined | ApplicationLoadBalancerConfig[] = undefined

(OPTIONAL) An array of Application Load Balancer (ALB) configurations. Use this property to define ALBs to be deployed in the specified VPC subnets.

See

ApplicationLoadBalancerConfig

networkLoadBalancers: undefined | NetworkLoadBalancerConfig[] = undefined

(OPTIONAL) An array of Network Load Balancer (NLB) configurations. Use this property to define NLBs to be deployed in the specified VPC subnets.

See

NetworkLoadBalancerConfig

Generated using TypeDoc