| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GatewayVpcEndpointProps
(experimental) 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()
(experimental) 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)
(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.
|
| 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)
(experimental) Gateway endpoints to add to this VPC.
|
| Constructor and Description |
|---|
Jsii$Proxy(String cidr,
DefaultInstanceTenancy defaultInstanceTenancy,
Boolean enableDnsHostnames,
Boolean enableDnsSupport,
Map<String,? extends FlowLogOptions> flowLogs,
Map<String,? extends GatewayVpcEndpointOptions> gatewayEndpoints,
Number maxAzs,
NatProvider natGatewayProvider,
Number natGateways,
SubnetSelection natGatewaySubnets,
List<? extends SubnetConfiguration> subnetConfiguration,
Map<String,? extends VpnConnectionOptions> vpnConnections,
Boolean vpnGateway,
Number vpnGatewayAsn,
List<? extends SubnetSelection> vpnRoutePropagation)
Constructor that initializes the object based on literal property values passed by the
VpcProps.Builder. |
Copyright © 2021. All rights reserved.