| Package | Description |
|---|---|
| software.amazon.awscdk.services.apigateway |
Amazon API Gateway Construct Library
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
default List<IVpcEndpoint> |
EndpointConfiguration.getVpcEndpoints()
(experimental) A list of VPC Endpoints against which to create Route53 ALIASes.
|
List<IVpcEndpoint> |
EndpointConfiguration.Jsii$Proxy.getVpcEndpoints() |
| Modifier and Type | Method and Description |
|---|---|
EndpointConfiguration.Builder |
EndpointConfiguration.Builder.vpcEndpoints(List<? extends IVpcEndpoint> vpcEndpoints)
Sets the value of
EndpointConfiguration.getVpcEndpoints() |
| Constructor and Description |
|---|
Jsii$Proxy(List<? extends EndpointType> types,
List<? extends IVpcEndpoint> vpcEndpoints)
Constructor that initializes the object based on literal property values passed by the
EndpointConfiguration.Builder. |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGatewayVpcEndpoint
(experimental) A gateway VPC endpoint.
|
static interface |
IGatewayVpcEndpoint.Jsii$Default
Internal default implementation for
IGatewayVpcEndpoint. |
interface |
IInterfaceVpcEndpoint
(experimental) An interface VPC endpoint.
|
static interface |
IInterfaceVpcEndpoint.Jsii$Default
Internal default implementation for
IInterfaceVpcEndpoint. |
static interface |
IVpcEndpoint.Jsii$Default
Internal default implementation for
IVpcEndpoint. |
| Modifier and Type | Class and Description |
|---|---|
class |
GatewayVpcEndpoint
(experimental) A gateway VPC endpoint.
|
static class |
IGatewayVpcEndpoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
static class |
IInterfaceVpcEndpoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
InterfaceVpcEndpoint
(experimental) A interface VPC endpoint.
|
static class |
IVpcEndpoint.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
class |
VpcEndpoint |
Copyright © 2021. All rights reserved.