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
-
#function_arn ⇒ String
The ARN of the function.
-
#function_name ⇒ String
The name of the function.
Class Method Details
.jsii_overridable_methods ⇒ Object
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_arn ⇒ String
The ARN of the function.
10 11 12 |
# File 'ec2/i_client_vpn_connection_handler.rb', line 10 def function_arn() jsii_get_property("functionArn") end |
#function_name ⇒ String
The name of the function.
17 18 19 |
# File 'ec2/i_client_vpn_connection_handler.rb', line 17 def function_name() jsii_get_property("functionName") end |