| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static GatewayVpcEndpoint.Builder |
GatewayVpcEndpoint.Builder.create(software.constructs.Construct scope,
String id) |
GatewayVpcEndpoint.Builder |
GatewayVpcEndpoint.Builder.service(IGatewayVpcEndpointService service)
(experimental) The service to use for this gateway VPC endpoint.
|
GatewayVpcEndpoint.Builder |
GatewayVpcEndpoint.Builder.subnets(List<? extends SubnetSelection> subnets)
(experimental) Where to add endpoint routing.
|
GatewayVpcEndpoint.Builder |
GatewayVpcEndpoint.Builder.vpc(IVpc vpc)
(experimental) The VPC network in which the gateway endpoint will be used.
|
Copyright © 2021. All rights reserved.