interface IVpcEndpointServiceLoadBalancer
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.IVpcEndpointServiceLoadBalancer |
Java | software.amazon.awscdk.services.ec2.IVpcEndpointServiceLoadBalancer |
Python | aws_cdk.aws_ec2.IVpcEndpointServiceLoadBalancer |
TypeScript (source) | @aws-cdk/aws-ec2 » IVpcEndpointServiceLoadBalancer |
Implemented by
Network
A load balancer that can host a VPC Endpoint Service.
Properties
| Name | Type | Description |
|---|---|---|
| load | string | The ARN of the load balancer that hosts the VPC Endpoint Service. |
loadBalancerArn
Type:
string
The ARN of the load balancer that hosts the VPC Endpoint Service.

.NET
Java
Python
TypeScript (