Skip to content

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 optionsRequired / OptionalDescription
-nRequiredName of new SMS provider.
-nnOptionalThe new name of the SMS service.
-dOptionalSMS provider description.
-akiRequiredAmazon access key identifier.
-sakRequiredAmazon's secret access key.
-rRequiredAWS 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"