| 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.go |
Amazon Lambda Golang Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.lambda.python |
Amazon Lambda Python Library
|
| 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 |
|---|---|
default IClientVpnConnectionHandler |
ClientVpnEndpointOptions.getClientConnectionHandler()
(experimental) The AWS Lambda function used for connection authorization.
|
IClientVpnConnectionHandler |
ClientVpnEndpointOptions.Jsii$Proxy.getClientConnectionHandler() |
IClientVpnConnectionHandler |
ClientVpnEndpointProps.Jsii$Proxy.getClientConnectionHandler() |
| Modifier and Type | Method and Description |
|---|---|
ClientVpnEndpointOptions.Builder |
ClientVpnEndpointOptions.Builder.clientConnectionHandler(IClientVpnConnectionHandler clientConnectionHandler)
Sets the value of
ClientVpnEndpointOptions.getClientConnectionHandler() |
ClientVpnEndpointProps.Builder |
ClientVpnEndpointProps.Builder.clientConnectionHandler(IClientVpnConnectionHandler clientConnectionHandler)
Sets the value of
ClientVpnEndpointOptions.getClientConnectionHandler() |
ClientVpnEndpoint.Builder |
ClientVpnEndpoint.Builder.clientConnectionHandler(IClientVpnConnectionHandler clientConnectionHandler)
(experimental) The AWS Lambda function used for connection authorization.
|
| Modifier and Type | Class and Description |
|---|---|
class |
Alias
(experimental) A new alias to a particular version of a Lambda function.
|
class |
DockerImageFunction
(experimental) Create a lambda function where the handler is a docker image.
|
class |
Function
(experimental) Deploys a file from inside the construct library as a function.
|
class |
FunctionBase |
class |
QualifiedFunctionBase |
class |
SingletonFunction
(experimental) A Lambda that will only ever be added to a stack once.
|
class |
Version
(experimental) A single newly-deployed version of a Lambda function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
GoFunction
(experimental) A Golang Lambda function.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NodejsFunction
(experimental) A Node.js Lambda function bundled using esbuild.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PythonFunction
(experimental) A Python Lambda function.
|
Copyright © 2022. All rights reserved.