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 logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
-
#enable_sip_logs ⇒ Boolean
Boolean that enables SIP message logs to Amazon CloudWatch logs.
Instance Attribute Details
#enable_media_metric_logs ⇒ Boolean
Boolean that enables logging of detailed media metrics for Voice Connectors to Amazon CloudWatch logs.
5990 5991 5992 5993 5994 5995 |
# File 'lib/aws-sdk-chime/types.rb', line 5990 class LoggingConfiguration < Struct.new( :enable_sip_logs, :enable_media_metric_logs) SENSITIVE = [] include Aws::Structure end |
#enable_sip_logs ⇒ Boolean
Boolean that enables SIP message logs to Amazon CloudWatch logs.
5990 5991 5992 5993 5994 5995 |
# File 'lib/aws-sdk-chime/types.rb', line 5990 class LoggingConfiguration < Struct.new( :enable_sip_logs, :enable_media_metric_logs) SENSITIVE = [] include Aws::Structure end |