| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.lookupSupportedAzs(Boolean lookupSupportedAzs)
(experimental) Limit to only those availability zones where the endpoint service can be created.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.open(Boolean open)
(experimental) Whether to automatically allow VPC traffic to the endpoint.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.privateDnsEnabled(Boolean privateDnsEnabled)
(experimental) Whether to associate a private hosted zone with the specified VPC.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.securityGroups(List<? extends ISecurityGroup> securityGroups)
(experimental) The security groups to associate with this interface VPC endpoint.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.service(IInterfaceVpcEndpointService service)
(experimental) The service to use for this interface VPC endpoint.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.subnets(SubnetSelection subnets)
(experimental) The subnets in which to create an endpoint network interface.
|
InterfaceVpcEndpoint.Builder |
InterfaceVpcEndpoint.Builder.vpc(IVpc vpc)
(experimental) The VPC network in which the interface endpoint will be used.
|
Copyright © 2021. All rights reserved.