@@ -68,6 +68,7 @@ The maximum number of items to retrieve in a single batch\.
68
68
\( Streams\) If the function returns an error, split the batch in two and retry\.
69
69
* Required* : No
70
70
* Type* : Boolean
71
+ * Default* : ` false `
71
72
* Update requires* : [ No interruption] ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt )
72
73
73
74
` DestinationConfig ` <a name =" cfn-lambda-eventsourcemapping-destinationconfig " ></a >
@@ -112,6 +113,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
112
113
\( Streams\) The maximum amount of time to gather records before invoking the function, in seconds\.
113
114
* Required* : No
114
115
* Type* : Integer
116
+ * Default* : ` 0 `
115
117
* Minimum* : ` 0 `
116
118
* Maximum* : ` 300 `
117
119
* Update requires* : [ No interruption] ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt )
@@ -120,6 +122,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
120
122
\( Streams\) The maximum age of a record that Lambda sends to a function for processing\.
121
123
* Required* : No
122
124
* Type* : Integer
125
+ * Default* : ` 604800 `
123
126
* Minimum* : ` 60 `
124
127
* Maximum* : ` 604800 `
125
128
* Update requires* : [ No interruption] ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt )
@@ -128,6 +131,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
128
131
\( Streams\) The maximum number of times to retry when the function returns an error\.
129
132
* Required* : No
130
133
* Type* : Integer
134
+ * Default* : ` 10000 `
131
135
* Minimum* : ` 0 `
132
136
* Maximum* : ` 10000 `
133
137
* Update requires* : [ No interruption] ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt )
@@ -136,6 +140,7 @@ The length constraint applies only to the full ARN\. If you specify only the fun
136
140
\( Streams\) The number of batches to process from each shard concurrently\.
137
141
* Required* : No
138
142
* Type* : Integer
143
+ * Default* : ` 1 `
139
144
* Minimum* : ` 1 `
140
145
* Maximum* : ` 10 `
141
146
* 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