modify-amazon-sms
This command modifies the SMS service for the Amazon SNS provider.
Syntax:
shell
sfiler-cli [options] modify-amazon-sms [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | Name of new SMS provider. |
-nn | Optional | The new name of the SMS service. |
-d | Optional | SMS provider description. |
-aki | Required | Amazon access key identifier. |
-sak | Required | Amazon's secret access key. |
-r | Required | AWS Region. |
Example:
This command changes the name of the AWS SMS service "my SMS service" to "my new SMS service".
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" modify-amazon-sms -n "my SMS service" -nn "my new SMS service"