Basic_aws_credentials
Name | Type | Description |
---|---|---|
shared_key | string | The AWS Key. |
secret_key | string | The AWS Secret. |
session_token | string | The AWS Session Token. |
region | string | The AWS region (optional). |
max_cross_region_mb | integer | This sets the maximum amount of data (in MB) that can be transferred across regions. This is to avoid excessive inter-region transfer costs. Set this to -1 for unlimited transfers. |
Example basic_aws_credentials
{
"uid": "notify_task",
"kind": "notify",
"payload": {
"notify_method": "sqs",
"sqs": {
"name": "my_sqs_queue",
"user_payload": "Job {job_id} has completed.",
"aws_access": {
"shared_key": "AWERDFSDFSAEFAWERF",
"secret_key": "2345rsdfswrqw4rw4redfljq34r23rf1223as"
}
}
}
}