| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.elasticloadbalancingv2 |
Amazon Elastic Load Balancing V2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IVpcEndpointServiceLoadBalancer.Jsii$Default
Internal default implementation for
IVpcEndpointServiceLoadBalancer. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IVpcEndpointServiceLoadBalancer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
List<IVpcEndpointServiceLoadBalancer> |
VpcEndpointService.getVpcEndpointServiceLoadBalancers()
(experimental) One or more network load balancers to host the service.
|
List<IVpcEndpointServiceLoadBalancer> |
VpcEndpointServiceProps.getVpcEndpointServiceLoadBalancers()
(experimental) One or more load balancers to host the VPC Endpoint Service.
|
List<IVpcEndpointServiceLoadBalancer> |
VpcEndpointServiceProps.Jsii$Proxy.getVpcEndpointServiceLoadBalancers() |
| Modifier and Type | Method and Description |
|---|---|
VpcEndpointService.Builder |
VpcEndpointService.Builder.vpcEndpointServiceLoadBalancers(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers)
(experimental) One or more load balancers to host the VPC Endpoint Service.
|
VpcEndpointServiceProps.Builder |
VpcEndpointServiceProps.Builder.vpcEndpointServiceLoadBalancers(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers)
Sets the value of
VpcEndpointServiceProps.getVpcEndpointServiceLoadBalancers() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers,
Boolean acceptanceRequired,
List<? extends ArnPrincipal> allowedPrincipals)
Constructor that initializes the object based on literal property values passed by the
VpcEndpointServiceProps.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
INetworkLoadBalancer
(experimental) A network load balancer.
|
static interface |
INetworkLoadBalancer.Jsii$Default
Internal default implementation for
INetworkLoadBalancer. |
| Modifier and Type | Class and Description |
|---|---|
static class |
INetworkLoadBalancer.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
NetworkLoadBalancer
(experimental) Define a new network load balancer.
|
Copyright © 2021. All rights reserved.