| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IGatewayVpcEndpointService.Jsii$Default
Internal default implementation for
IGatewayVpcEndpointService. |
| Modifier and Type | Class and Description |
|---|---|
class |
GatewayVpcEndpointAwsService
(experimental) An AWS service for a gateway VPC endpoint.
|
static class |
IGatewayVpcEndpointService.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IGatewayVpcEndpointService |
GatewayVpcEndpointProps.Jsii$Proxy.getService() |
IGatewayVpcEndpointService |
GatewayVpcEndpointOptions.getService()
(experimental) The service to use for this gateway VPC endpoint.
|
IGatewayVpcEndpointService |
GatewayVpcEndpointOptions.Jsii$Proxy.getService() |
| Modifier and Type | Method and Description |
|---|---|
GatewayVpcEndpointProps.Builder |
GatewayVpcEndpointProps.Builder.service(IGatewayVpcEndpointService service)
Sets the value of
GatewayVpcEndpointOptions.getService() |
GatewayVpcEndpointOptions.Builder |
GatewayVpcEndpointOptions.Builder.service(IGatewayVpcEndpointService service)
Sets the value of
GatewayVpcEndpointOptions.getService() |
GatewayVpcEndpoint.Builder |
GatewayVpcEndpoint.Builder.service(IGatewayVpcEndpointService service)
(experimental) The service to use for this gateway VPC endpoint.
|
| Constructor and Description |
|---|
Jsii$Proxy(IGatewayVpcEndpointService service,
List<? extends SubnetSelection> subnets)
Constructor that initializes the object based on literal property values passed by the
GatewayVpcEndpointOptions.Builder. |
Jsii$Proxy(IVpc vpc,
IGatewayVpcEndpointService service,
List<? extends SubnetSelection> subnets)
Constructor that initializes the object based on literal property values passed by the
GatewayVpcEndpointProps.Builder. |
Copyright © 2021. All rights reserved.