Purpose: Templates for S3 object triggers.
No requirements.
Name | Version |
---|---|
aws | n/a |
Name | Description | Type | Default | Required |
---|---|---|---|---|
bucket | Source bucket for event triggers | any |
n/a | yes |
events | A list of S3 trigger events | list(string) |
n/a | yes |
filter_prefix | Filter triggers by specific S3 object prefix | any |
null |
no |
filter_suffix | Filter triggers by specific S3 object suffix | any |
null |
no |
lambda_functions | A list of Lambda function names notified by trigger events | list(string) |
[] |
no |
queues | A list of SQS queue names notified by trigger events | list(string) |
[] |
no |
topics | A list of topic names notified by trigger events | list(string) |
[] |
no |
trigger_id | An identifier for the trigger | any |
n/a | yes |
No output.