Show / Hide Table of Contents

Interface IVpcEndpointServiceLoadBalancer

A load balancer that can host a VPC Endpoint Service.

Namespace: Amazon.CDK.AWS.EC2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IVpcEndpointServiceLoadBalancer
Syntax (vb)
Public Interface IVpcEndpointServiceLoadBalancer

Synopsis

Properties

LoadBalancerArn

The ARN of the load balancer that hosts the VPC Endpoint Service.

Properties

LoadBalancerArn

The ARN of the load balancer that hosts the VPC Endpoint Service.

string LoadBalancerArn { get; }
Property Value

string

Remarks

Attribute: true

Back to top Generated by DocFX