@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:38.464Z") @Stability(value=Stable) public interface InterfaceVpcEndpointProps extends software.amazon.jsii.JsiiSerializable, InterfaceVpcEndpointOptions
Example:
// Example automatically generated from non-compiling source. May contain errors.
Vpc vpc;
InterfaceVpcEndpoint.Builder.create(this, "VPC Endpoint")
.vpc(vpc)
.service(new InterfaceVpcEndpointService("com.amazonaws.vpce.us-east-1.vpce-svc-uuddlrlrbastrtsvc", 443))
// Choose which availability zones to place the VPC endpoint in, based on
// available AZs
.subnets(SubnetSelection.builder()
.availabilityZones(List.of("us-east-1a", "us-east-1c"))
.build())
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
InterfaceVpcEndpointProps.Builder
A builder for
InterfaceVpcEndpointProps |
static class |
InterfaceVpcEndpointProps.Jsii$Proxy
An implementation for
InterfaceVpcEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
static InterfaceVpcEndpointProps.Builder |
builder() |
IVpc |
getVpc()
The VPC network in which the interface endpoint will be used.
|
getLookupSupportedAzs, getOpen, getPrivateDnsEnabled, getSecurityGroups, getService, getSubnets@Stability(value=Stable) @NotNull IVpc getVpc()
@Stability(value=Stable) static InterfaceVpcEndpointProps.Builder builder()
builder in interface InterfaceVpcEndpointOptionsInterfaceVpcEndpointProps.Builder of InterfaceVpcEndpointPropsCopyright © 2022. All rights reserved.