add-amazon-sms
Adds an SMS service for the Amazon SNS provider.
Syntax:
shell
sfiler-cli [options] add-amazon-sms [command options]
Command options | Required / Optional | Description |
---|---|---|
-n | Required | Name of new SMS provider. |
-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 adds a new Amazon SMS service provider.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" add-amazon-sms -n "My Amazon SMS" -d "My Amazon SMS Description" -r "ca-central-1" -aki "MyAccess" -sak "MySecret"
Executing this command will add a new SMS service provider. For detailed help on AWS SNS SMS service, please consult the following topic : AWS SMS