@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.132Z") @Stability(value=Experimental) public interface VpcEndpointServiceProps extends software.amazon.jsii.JsiiSerializable
| 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 Boolean |
getAcceptanceRequired()
(experimental) Whether requests from service consumers to connect to the service through an endpoint must be accepted.
|
default List<ArnPrincipal> |
getAllowedPrincipals()
(experimental) IAM users, IAM roles, or AWS accounts to allow inbound connections from.
|
List<IVpcEndpointServiceLoadBalancer> |
getVpcEndpointServiceLoadBalancers()
(experimental) One or more load balancers to host the VPC Endpoint Service.
|
@Stability(value=Experimental) @NotNull List<IVpcEndpointServiceLoadBalancer> getVpcEndpointServiceLoadBalancers()
@Stability(value=Experimental) @Nullable default Boolean getAcceptanceRequired()
Default: true
@Stability(value=Experimental) @Nullable default List<ArnPrincipal> getAllowedPrincipals()
These principals can connect to your service using VPC endpoints. Takes a list of one or more ArnPrincipal.
Default: - no principals
@Stability(value=Experimental) static VpcEndpointServiceProps.Builder builder()
VpcEndpointServiceProps.Builder of VpcEndpointServicePropsCopyright © 2021. All rights reserved.