| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
GatewayVpcEndpoint |
Vpc.addDynamoDbEndpoint(String id)
Deprecated.
use `addGatewayEndpoint()` instead
|
GatewayVpcEndpoint |
Vpc.addDynamoDbEndpoint(String id,
List<SubnetSelection> subnets)
Deprecated.
use `addGatewayEndpoint()` instead
|
GatewayVpcEndpoint |
IVpc.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
(experimental) Adds a new gateway endpoint to this VPC.
|
GatewayVpcEndpoint |
IVpc.Jsii$Proxy.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
(experimental) Adds a new gateway endpoint to this VPC.
|
default GatewayVpcEndpoint |
IVpc.Jsii$Default.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
(experimental) Adds a new gateway endpoint to this VPC.
|
GatewayVpcEndpoint |
Vpc.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
(experimental) Adds a new gateway endpoint to this VPC.
|
GatewayVpcEndpoint |
Vpc.addS3Endpoint(String id)
Deprecated.
use `addGatewayEndpoint()` instead
|
GatewayVpcEndpoint |
Vpc.addS3Endpoint(String id,
List<SubnetSelection> subnets)
Deprecated.
use `addGatewayEndpoint()` instead
|
GatewayVpcEndpoint |
GatewayVpcEndpoint.Builder.build() |
Copyright © 2022. All rights reserved.