| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GatewayVpcEndpointProps
Construction properties for a GatewayVpcEndpoint.
|
| Modifier and Type | Class and Description |
|---|---|
static class |
GatewayVpcEndpointOptions.Jsii$Proxy
An implementation for
GatewayVpcEndpointOptions |
static class |
GatewayVpcEndpointProps.Jsii$Proxy
An implementation for
GatewayVpcEndpointProps |
| Modifier and Type | Method and Description |
|---|---|
GatewayVpcEndpointOptions |
GatewayVpcEndpointOptions.Builder.build()
Builds the configured instance.
|
| Modifier and Type | Method and Description |
|---|---|
default Map<String,GatewayVpcEndpointOptions> |
VpcProps.getGatewayEndpoints()
Gateway endpoints to add to this VPC.
|
Map<String,GatewayVpcEndpointOptions> |
VpcProps.Jsii$Proxy.getGatewayEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
GatewayVpcEndpoint |
IVpc.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
Adds a new gateway endpoint to this VPC.
|
GatewayVpcEndpoint |
IVpc.Jsii$Proxy.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
Adds a new gateway endpoint to this VPC.
|
default GatewayVpcEndpoint |
IVpc.Jsii$Default.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
Adds a new gateway endpoint to this VPC.
|
GatewayVpcEndpoint |
Vpc.addGatewayEndpoint(String id,
GatewayVpcEndpointOptions options)
Adds a new gateway endpoint to this VPC.
|
| Modifier and Type | Method and Description |
|---|---|
VpcProps.Builder |
VpcProps.Builder.gatewayEndpoints(Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints)
Sets the value of
VpcProps.getGatewayEndpoints() |
Vpc.Builder |
Vpc.Builder.gatewayEndpoints(Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints)
Gateway endpoints to add to this VPC.
|
Copyright © 2022. All rights reserved.