Class: Aws::Chime::Types::LoggingConfiguration

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

Overview

The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#enable_media_metric_logsBoolean

Boolean that enables the logging of Voice Connector metrics to Cloudwatch.

Returns:

  • (Boolean)

5836
5837
5838
5839
5840
5841
# File 'lib/aws-sdk-chime/types.rb', line 5836

class LoggingConfiguration < Struct.new(
  :enable_sip_logs,
  :enable_media_metric_logs)
  SENSITIVE = []
  include Aws::Structure
end

#enable_sip_logsBoolean

When true, enables SIP message logs for sending to Amazon CloudWatch Logs.

Returns:

  • (Boolean)

5836
5837
5838
5839
5840
5841
# File 'lib/aws-sdk-chime/types.rb', line 5836

class LoggingConfiguration < Struct.new(
  :enable_sip_logs,
  :enable_media_metric_logs)
  SENSITIVE = []
  include Aws::Structure
end