Skip to main content

Sns

NameTypeDescription
topicstringAmazon Web Services SNS topic.
aws_accessoneOf         
basic_aws_credentials
computing_group_ref
credentials_vault_ref
Amazon Web Services credentials to use for SNS messaging.
user_payloadstring
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}"
}
}
}