Class: Aws::Chime::Types::LoggingConfiguration
- Inherits:
-
Struct
- Object
- Struct
- Aws::Chime::Types::LoggingConfiguration
- 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
-
#enable_media_metric_logs ⇒ Boolean
Boolean that enables the logging of Voice Connector metrics to Cloudwatch.
-
#enable_sip_logs ⇒ Boolean
When true, enables SIP message logs for sending to Amazon CloudWatch Logs.
Instance Attribute Details
#enable_media_metric_logs ⇒ Boolean
Boolean that enables the logging of Voice Connector metrics to Cloudwatch.
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_logs ⇒ Boolean
When true, enables SIP message logs for sending to Amazon CloudWatch Logs.
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 |