Module: AWSCDK::EC2::IVPCEndpointServiceLoadBalancer

Included in:
AWSCDK::ElasticLoadBalancingv2::INetworkLoadBalancer
Defined in:
ec2/ivpc_endpoint_service_load_balancer.rb

Overview

A load balancer that can host a VPC Endpoint Service.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



14
15
16
17
18
# File 'ec2/ivpc_endpoint_service_load_balancer.rb', line 14

def self.jsii_overridable_methods
  {
    :load_balancer_arn => { kind: :property, name: "loadBalancerArn", is_optional: false },
  }
end

Instance Method Details

#load_balancer_arnString

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

Returns:

  • (String)


10
11
12
# File 'ec2/ivpc_endpoint_service_load_balancer.rb', line 10

def load_balancer_arn()
  jsii_get_property("loadBalancerArn")
end