| Package | Description |
|---|---|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IClientVpnConnectionHandler.Jsii$Default
Internal default implementation for
IClientVpnConnectionHandler. |
| Modifier and Type | Class and Description |
|---|---|
static class |
IClientVpnConnectionHandler.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
IClientVpnConnectionHandler |
ClientVpnEndpointProps.Jsii$Proxy.getClientConnectionHandler() |
default IClientVpnConnectionHandler |
ClientVpnEndpointOptions.getClientConnectionHandler()
The AWS Lambda function used for connection authorization.
|
IClientVpnConnectionHandler |
ClientVpnEndpointOptions.Jsii$Proxy.getClientConnectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.clientConnectionHandler(IClientVpnConnectionHandler clientConnectionHandler)
Sets the value of
ClientVpnEndpointOptions.getClientConnectionHandler() |
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.clientConnectionHandler(IClientVpnConnectionHandler clientConnectionHandler)
Sets the value of
ClientVpnEndpointOptions.getClientConnectionHandler() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.clientConnectionHandler(IClientVpnConnectionHandler clientConnectionHandler)
The AWS Lambda function used for connection authorization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Alias
A new alias to a particular version of a Lambda function.
|
class |
DockerImageFunction
Create a lambda function where the handler is a docker image.
|
class |
Function
Deploys a file from inside the construct library as a function.
|
class |
FunctionBase |
class |
QualifiedFunctionBase |
class |
SingletonFunction
A Lambda that will only ever be added to a stack once.
|
class |
Version
Tag the current state of a Function with a Version number.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodejsFunction
A Node.js Lambda function bundled using esbuild.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TriggerFunction
Invokes an AWS Lambda function during deployment.
|
Copyright © 2022. All rights reserved.