interface IClientVpnConnectionHandler
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.IClientVpnConnectionHandler |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awsec2#IClientVpnConnectionHandler |
Java | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler |
Python | aws_cdk.aws_ec2.IClientVpnConnectionHandler |
TypeScript (source) | aws-cdk-lib » aws_ec2 » IClientVpnConnectionHandler |
Implemented by
Alias, Docker, Function, Singleton, Version, Nodejs, Trigger, Go, Python
A connection handler for client VPN endpoints.
Properties
| Name | Type | Description |
|---|---|---|
| function | string | The ARN of the function. |
| function | string | The name of the function. |
functionArn
Type:
string
The ARN of the function.
functionName
Type:
string
The name of the function.

.NET
Go
Java
Python
TypeScript (