Class: Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::SecurityHub::Types::AwsEc2ClientVpnEndpointClientConnectOptionsDetails
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-securityhub/types.rb
Overview
The options for managing connection authorization for new client connections.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#enabled ⇒ Boolean
Indicates whether client connect options are enabled.
-
#lambda_function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
-
#status ⇒ Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
The status of any updates to the client connect options.
Instance Attribute Details
#enabled ⇒ Boolean
Indicates whether client connect options are enabled.
6479 6480 6481 6482 6483 6484 6485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6479 class AwsEc2ClientVpnEndpointClientConnectOptionsDetails < Struct.new( :enabled, :lambda_function_arn, :status) SENSITIVE = [] include Aws::Structure end |
#lambda_function_arn ⇒ String
The Amazon Resource Name (ARN) of the Lambda function used for connection authorization.
6479 6480 6481 6482 6483 6484 6485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6479 class AwsEc2ClientVpnEndpointClientConnectOptionsDetails < Struct.new( :enabled, :lambda_function_arn, :status) SENSITIVE = [] include Aws::Structure end |
#status ⇒ Types::AwsEc2ClientVpnEndpointClientConnectOptionsStatusDetails
The status of any updates to the client connect options.
6479 6480 6481 6482 6483 6484 6485 |
# File 'lib/aws-sdk-securityhub/types.rb', line 6479 class AwsEc2ClientVpnEndpointClientConnectOptionsDetails < Struct.new( :enabled, :lambda_function_arn, :status) SENSITIVE = [] include Aws::Structure end |