test-access-amazon-sms
Allows you to test the connection to an SMS service for the Amazon SNS provider.
Syntax:
shell
sfiler-cli [options] test-access-amazon-sms [command options]
Command options | Required / Optional | Description |
---|---|---|
-to | Required | Phone number to receive SMS notification. |
-aki | Required | Amazon access key identifier. |
-sak | Required | Amazon's secret access key. |
-r | Required | AWS Region. |
Example:
This command tests the connection to an Amazon SNS SMS service.
shell
./sfiler-config-cli.sh -l my-user -p my-password -cf "conf/sfiler.conf" test-access-amazon-sms -to "+1234567890" -r "ca-central-1" -aki "my-access-key" -sak "my-secret-access-key"