aws.chime_sdk_voice.list_sip_media_applications
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.list_sip_media_applications;Description
Lists the SIP media applications under the administrator's AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| aws_region The AWS Region in which the SIP media application is created. | VARCHAR |
| created_timestamp The SIP media application creation timestamp, in ISO 8601 format. | TIMESTAMP_S |
| endpoints List of endpoints for a SIP media application. Currently, only one endpoint per SIP media application is permitted. | STRUCT( |
Show child fields
| |
| name The SIP media application's name. | VARCHAR |
| sip_media_application_arn The ARN of the SIP media application. | VARCHAR |
| sip_media_application_id A SIP media application's ID. | VARCHAR |
| updated_timestamp The time at which the SIP media application was updated. | TIMESTAMP_S |