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

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

Overview

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

Constant Summary collapse

SENSITIVE =
[]

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)


6023
6024
6025
6026
6027
6028
6029
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6023

class ConnectionLogResponseOptions < Struct.new(
  :enabled,
  :cloudwatch_log_group,
  :cloudwatch_log_stream)
  SENSITIVE = []
  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)


6023
6024
6025
6026
6027
6028
6029
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6023

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

#enabledBoolean

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

Returns:

  • (Boolean)


6023
6024
6025
6026
6027
6028
6029
# File 'gems/aws-sdk-ec2/lib/aws-sdk-ec2/types.rb', line 6023

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