Class: Aws::EC2::Types::ConnectionLogResponseOptions

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-ec2/types.rb

Overview

Information about the client connection logging options for a Client VPN endpoint.

Instance Attribute Summary collapse

Instance Attribute Details

#cloudwatch_log_groupString

The name of the Amazon CloudWatch Logs log group to which connection logging data is published.

Returns:

  • (String)


3393
3394
3395
3396
3397
3398
# File 'lib/aws-sdk-ec2/types.rb', line 3393

class ConnectionLogResponseOptions < Struct.new(
  :enabled,
  :cloudwatch_log_group,
  :cloudwatch_log_stream)
  include Aws::Structure
end

#cloudwatch_log_streamString

The name of the Amazon CloudWatch Logs log stream to which connection logging data is published.

Returns:

  • (String)


3393
3394
3395
3396
3397
3398
# File 'lib/aws-sdk-ec2/types.rb', line 3393

class ConnectionLogResponseOptions < Struct.new(
  :enabled,
  :cloudwatch_log_group,
  :cloudwatch_log_stream)
  include Aws::Structure
end

#enabledBoolean

Indicates whether client connection logging is enabled for the Client VPN endpoint.

Returns:

  • (Boolean)


3393
3394
3395
3396
3397
3398
# File 'lib/aws-sdk-ec2/types.rb', line 3393

class ConnectionLogResponseOptions < Struct.new(
  :enabled,
  :cloudwatch_log_group,
  :cloudwatch_log_stream)
  include Aws::Structure
end