aws.chime_sdk_voice.list_sip_rules
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.list_sip_rules;Description
Lists the SIP rules under the administrator's AWS account.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sip_media_application_id Input Column The SIP media application 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
| |
| created_timestamp The time at which the SIP rule was created, in ISO 8601 format. | TIMESTAMP_S |
| disabled Indicates whether the SIP rule is enabled or disabled. You must disable a rule before you can delete it. | BOOLEAN |
| name A SIP rule's name. | VARCHAR |
| sip_rule_id A SIP rule's ID. | VARCHAR |
| target_applications The target SIP media application and other details, such as priority and AWS Region, to be specified in the SIP rule. Only one SIP rule per AWS Region can be provided. | STRUCT( |
Show child fields
| |
| trigger_type The type of trigger set for a SIP rule, either a phone number or a URI request host name. | VARCHAR |
| trigger_value The value set for a SIP rule's trigger type. Either a phone number or a URI hostname. | VARCHAR |
| updated_timestamp The time at which the SIP rule was updated, in ISO 8601 format. | TIMESTAMP_S |