interface IClientVpnConnectionHandler
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.EC2.IClientVpnConnectionHandler |
Java | software.amazon.awscdk.services.ec2.IClientVpnConnectionHandler |
Python | aws_cdk.aws_ec2.IClientVpnConnectionHandler |
TypeScript (source) | @aws-cdk/aws-ec2 » IClientVpnConnectionHandler |
Implemented by
Go, Nodejs, Python, Alias, Docker, Function, Singleton, Version, Trigger
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
Java
Python
TypeScript (