Skip to content

Commit 3e1864c

Browse files
ewbankkitgdavison
andauthored
Update website/docs/r/lambda_event_source_mapping.html.markdown
Co-authored-by: Graham Davison <[email protected]>
1 parent ec8dab5 commit 3e1864c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

website/docs/r/lambda_event_source_mapping.html.markdown

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,9 @@ resource "aws_lambda_event_source_mapping" "example" {
172172
* `maximum_retry_attempts`: - (Optional) The maximum number of times to retry when the function returns an error. Only available for stream sources (DynamoDB and Kinesis). Minimum and default of -1 (forever), maximum of 10000.
173173
* `metrics_config`: - (Optional) CloudWatch metrics configuration of the event source. Only available for stream sources (DynamoDB and Kinesis) and SQS queues. Detailed below.
174174
* `parallelization_factor`: - (Optional) The number of batches to process from each shard concurrently. Only available for stream sources (DynamoDB and Kinesis). Minimum and default of 1, maximum of 10.
175-
* `provisioned_poller_config`: - (Optional) Amazon MSK and self-managed Apache Kafka only, the provisioned mode configuration for the event source.
175+
* `provisioned_poller_config`: - (Optional) Event poller configuration for the event source.
176+
Only valid for Amazon MSK or self-managed Apache Kafka sources.
177+
Detailed below.
176178
* `queues` - (Optional) The name of the Amazon MQ broker destination queue to consume. Only available for MQ sources. The list must contain exactly one queue name.
177179
* `scaling_config` - (Optional) Scaling configuration of the event source. Only available for SQS queues. Detailed below.
178180
* `self_managed_event_source`: - (Optional) For Self Managed Kafka sources, the location of the self managed cluster. If set, configuration must also include `source_access_configuration`. Detailed below.

0 commit comments

Comments
 (0)