aws.chime_sdk_voice.list_voice_connector_termination_credentials
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.list_voice_connector_termination_credentialsWHERE"voice_connector_id" = 'VALUE';Description
Lists the SIP credentials for the specified Amazon Chime SDK Voice Connector.
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
| |
| usernames A list of user names. | VARCHAR[] |
Show child fields
| |