Skip to content
This repository was archived by the owner on Dec 7, 2023. It is now read-only.

Commit 303ac12

Browse files
authored
Merge pull request #767 from dlenski/patch-2
Document default values for optional parameters of AWS Lambda EventSourceMapping
2 parents e027ba2 + ab91728 commit 303ac12

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc_source/aws-resource-lambda-eventsourcemapping.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ The maximum number of items to retrieve in a single batch\.
7373
\(Streams\) If the function returns an error, split the batch in two and retry\.
7474
*Required*: No
7575
*Type*: Boolean
76+
*Default*: `false`
7677
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
7778

7879
`DestinationConfig` <a name="cfn-lambda-eventsourcemapping-destinationconfig"></a>
@@ -118,6 +119,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
118119
\(Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
119120
*Required*: No
120121
*Type*: Integer
122+
*Default*: `0`
121123
*Minimum*: `0`
122124
*Maximum*: `300`
123125
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
@@ -126,6 +128,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
126128
\(Streams\) Discard records older than the specified age\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
127129
*Required*: No
128130
*Type*: Integer
131+
*Default*: `604800`
129132
*Minimum*: `60`
130133
*Maximum*: `604800`
131134
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
@@ -134,6 +137,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
134137
\(Streams\) Discard records after the specified number of retries\. The default value is infinite \(\-1\)\. When set to infinite \(\-1\), failed records are retried until the record expires\.
135138
*Required*: No
136139
*Type*: Integer
140+
*Default*: `10000`
137141
*Minimum*: `0`
138142
*Maximum*: `10000`
139143
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)
@@ -142,6 +146,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
142146
\(Streams\) The number of batches to process from each shard concurrently\.
143147
*Required*: No
144148
*Type*: Integer
149+
*Default*: `1`
145150
*Minimum*: `1`
146151
*Maximum*: `10`
147152
*Update requires*: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt)

0 commit comments

Comments
 (0)