SMS (using AWS SNS)

SMS service provided by Amazon Simple Notification Service (SNS)

Provisioning

Request Parameters

Binding

Request Parameters

Response Parameters

Plans

The following plans are built-in to the Cloud Service Broker and may be overridden or disabled by the broker administrator.

Examples

Setup & teardown

Create SMS settings and bind a user in the us-west-2 region. Uses plan: b1f26b91-01b4-4d73-8bc6-a213cadaccb6.

Provision

{
    "region": "us-west-2"
}

Bind

{}

Cloud Foundry Example

$ cf create-service ttsnotify-sms base my-ttsnotify-sms-example -c `{"region":"us-west-2"}`
$ cf bind-service my-app my-ttsnotify-sms-example -c `{}`