Uses of Class
software.amazon.awscdk.services.ec2.VpcEndpointService.Builder
-
Uses of VpcEndpointService.Builder in software.amazon.awscdk.services.ec2
Modifier and TypeMethodDescriptionVpcEndpointService.Builder.acceptanceRequired
(Boolean acceptanceRequired) Whether requests from service consumers to connect to the service through an endpoint must be accepted.VpcEndpointService.Builder.allowedPrincipals
(List<? extends ArnPrincipal> allowedPrincipals) IAM users, IAM roles, or AWS accounts to allow inbound connections from.static VpcEndpointService.Builder
VpcEndpointService.Builder.vpcEndpointServiceLoadBalancers
(List<? extends IVpcEndpointServiceLoadBalancer> vpcEndpointServiceLoadBalancers) One or more load balancers to host the VPC Endpoint Service.VpcEndpointService.Builder.vpcEndpointServiceName
(String vpcEndpointServiceName) Deprecated.This property is not usedVpcEndpointService.Builder.whitelistedPrincipals
(List<? extends ArnPrincipal> whitelistedPrincipals) Deprecated.useallowedPrincipals