aws chime create-sip-rule

Creates a SIP rule which can be used to run a SIP media application as a target for a specific trigger type

Options

NameDescription
--name <string>The name of the SIP rule
--trigger-type <string>The type of trigger assigned to the SIP rule in TriggerValue, currently RequestUriHostname or ToPhoneNumber
--trigger-value <string>If TriggerType is RequestUriHostname, the value can be the outbound host name of an Amazon Chime Voice Connector. If TriggerType is ToPhoneNumber, the value can be a customer-owned phone number in the E164 format. The SipMediaApplication specified in the SipRule is triggered if the request URI in an incoming SIP request matches the RequestUriHostname, or if the To header in the incoming SIP request matches the ToPhoneNumber value
--disabledEnables or disables a rule. You must disable rules before you can delete them
--no-disabledEnables or disables a rule. You must disable rules before you can delete them
--target-applications <list>List of SIP media applications with priority and AWS Region. Only one SIP application per AWS Region can be used
--cli-input-json <string>Performs service operation based on the JSON string provided. The JSON string follows the format provided by ``--generate-cli-skeleton``. If other arguments are provided on the command line, the CLI values will override the JSON-provided values. It is not possible to pass arbitrary binary values using a JSON-provided value as the string will be taken literally
--generate-cli-skeleton <string>Prints a JSON skeleton to standard output without sending an API request. If provided with no value or the value ``input``, prints a sample input JSON that can be used as an argument for ``--cli-input-json``. If provided with the value ``output``, it validates the command inputs and returns a sample output JSON for that command