...
Code Block | ||||
---|---|---|---|---|
| ||||
<amazonsns.init> <region>{$ctx:region}</region> <secretAccessKey>{$ctx:secretAccessKey}</secretAccessKey> <accessKeyId>{$ctx:accessKeyId}</accessKeyId> <version>{$ctx:version}</version> <enableSSL>{$ctx:enableSSL}</enableSSL> <disablePort>{$ctx:disablePort}</disablePort> </amazonsns.init> |
Properties
region:
The regional endpoint to make your requests (e.g., us-east-1).secretAccessKey:
The secret access key of the account.accessKeyId:
The access key ID that corresponds to the secret access key that is used to sign the request.version:
The API version that the request is written for.enableSSL
: Optional - Whether the amazon AWS URL should be http or https. Set totrue
if you want the URL to be https.- disablePort: Optional - By default it set to false and add the port(80/443) in each request. If you want to disable the port, please set it to true
Additional information
Ensure that the following Axis2 configurations are added and enabled.
...