aws-cdk-lib.aws_ec2.IClientVpnConnectionHandler

interface IClientVpnConnectionHandler

LanguageType name
.NETAmazon.CDK.AWS.EC2.IClientVpnConnectionHandler
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsec2#IClientVpnConnectionHandler
Javasoftware.amazon.awscdk.services.ec2.IClientVpnConnectionHandler
Pythonaws_cdk.aws_ec2.IClientVpnConnectionHandler
TypeScript (source)aws-cdk-lib » aws_ec2 » IClientVpnConnectionHandler

Implemented by Alias, DockerImageFunction, Function, SingletonFunction, Version, NodejsFunction, TriggerFunction, GoFunction, PythonFunction

A connection handler for client VPN endpoints.

Properties

NameTypeDescription
functionArnstringThe ARN of the function.
functionNamestringThe name of the function.

functionArn

Type: string

The ARN of the function.


functionName

Type: string

The name of the function.