aws.chime_sdk_voice.get_sip_rule
Example SQL Queries
SELECT * FROMaws.chime_sdk_voice.get_sip_ruleWHERE"sip_rule_id" = 'VALUE';Description
Retrieves the details of a SIP rule, such as the rule ID, name, triggers, and target endpoints.
Table Definition
| Column Name | Column Data Type |
|---|---|
| sip_rule_id Required Input Column The SIP rule 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
| |
| sip_rule The SIP rule details. | STRUCT( |
Show child fields
| |