Skip to content

Commit 661a980

Browse files
committed
added default value
1 parent 7b166f8 commit 661a980

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cloudwatchlogs-with-dlq/DLQLambdaCloudFormation.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
},
3232
"LogStreamPrefix": {
3333
"Type": "String",
34-
"Description": "Enter comma separated list of logStream name prefixes to filter by logStream"
34+
"Description": "Enter comma separated list of logStream name prefixes to filter by logStream",
35+
"Default": ""
3536
}
3637
},
3738
"Mappings" : {

0 commit comments

Comments
 (0)