@Generated(value="jsii-pacmak/1.58.0 (build f8ba112)",
date="2022-05-13T01:13:33.032Z")
public interface VpcEndpointServiceProps
Example:
NetworkLoadBalancer networkLoadBalancer1; NetworkLoadBalancer networkLoadBalancer2; VpcEndpointService.Builder.create(this, "EndpointService") .vpcEndpointServiceLoadBalancers(List.of(networkLoadBalancer1, networkLoadBalancer2)) .acceptanceRequired(true) .allowedPrincipals(List.of(new ArnPrincipal("arn:aws:iam::123456789012:root"))) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
VpcEndpointServiceProps.Builder
A builder for
VpcEndpointServiceProps |
static class |
VpcEndpointServiceProps.Jsii$Proxy
An implementation for
VpcEndpointServiceProps |
Modifier and Type | Method and Description |
---|---|
static VpcEndpointServiceProps.Builder |
builder() |
default java.lang.Boolean |
getAcceptanceRequired()
Whether requests from service consumers to connect to the service through an endpoint must be accepted.
|
default java.util.List<ArnPrincipal> |
getAllowedPrincipals()
IAM users, IAM roles, or AWS accounts to allow inbound connections from.
|
java.util.List<IVpcEndpointServiceLoadBalancer> |
getVpcEndpointServiceLoadBalancers()
One or more load balancers to host the VPC Endpoint Service.
|
default java.lang.String |
getVpcEndpointServiceName()
Deprecated.
This property is not used
|
default java.util.List<ArnPrincipal> |
getWhitelistedPrincipals()
Deprecated.
use `allowedPrincipals`
|
java.util.List<IVpcEndpointServiceLoadBalancer> getVpcEndpointServiceLoadBalancers()
default java.lang.Boolean getAcceptanceRequired()
Default: true
default java.util.List<ArnPrincipal> getAllowedPrincipals()
These principals can connect to your service using VPC endpoints. Takes a list of one or more ArnPrincipal.
Default: - no principals
@Deprecated default java.lang.String getVpcEndpointServiceName()
Default: - CDK generated name
@Deprecated default java.util.List<ArnPrincipal> getWhitelistedPrincipals()
These principals can connect to your service using VPC endpoints. Takes a list of one or more ArnPrincipal.
Default: - no principals
static VpcEndpointServiceProps.Builder builder()
VpcEndpointServiceProps.Builder
of VpcEndpointServiceProps