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.

Properties

applicationLoadBalancers?: IApplicationLoadBalancerConfig[]

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

ApplicationLoadBalancerConfig

networkLoadBalancers?: INetworkLoadBalancerConfig[]

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

NetworkLoadBalancerConfig