aws.chime_sdk_voice.get_voice_connector_logging_configuration
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.get_voice_connector_logging_configurationWHERE"voice_connector_id" = 'VALUE';Description
Retrieves the logging configuration settings for the specified Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.
Table Definition
| Column Name | Column Data Type |
|---|---|
| voice_connector_id Required Input Column The Voice Connector ID. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| logging_configuration The logging configuration details . | STRUCT( |
Show child fields
| |