Module: AWSCDK::EC2::IClientVpnConnectionHandler

Included in:
Lambda::FunctionBase
Defined in:
ec2/i_client_vpn_connection_handler.rb

Overview

A connection handler for client VPN endpoints.

Class Method Summary collapse

Instance Method Summary collapse

Class Method Details

.jsii_overridable_methodsObject



21
22
23
24
25
26
# File 'ec2/i_client_vpn_connection_handler.rb', line 21

def self.jsii_overridable_methods
  {
    :function_arn => { kind: :property, name: "functionArn", is_optional: false },
    :function_name => { kind: :property, name: "functionName", is_optional: false },
  }
end

Instance Method Details

#function_arnString

The ARN of the function.

Returns:

  • (String)


10
11
12
# File 'ec2/i_client_vpn_connection_handler.rb', line 10

def function_arn()
  jsii_get_property("functionArn")
end

#function_nameString

The name of the function.

Returns:

  • (String)


17
18
19
# File 'ec2/i_client_vpn_connection_handler.rb', line 17

def function_name()
  jsii_get_property("functionName")
end