Sns
Name | Type | Description |
---|---|---|
topic | string | Amazon Web Services SNS topic. |
aws_access | oneOf basic_aws_credentials computing_group_ref credentials_vault_ref | Amazon Web Services credentials to use for SNS messaging. |
user_payload | string | Payload to attach to the SNS message. Placeholders may be used like {source_name} and {job_id} . |
Example sns
{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "sns",
"sns": {
"topic": "arn:aws:sns:us-east-1:34534534353453:my-sns",
"user_payload": "my SNS notification: {job_id}"
}
}
}