Skip to content

Commit 3951f75

Browse files
committed
updated description for log stream prefix
1 parent 36cc76b commit 3951f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudwatchlogs-with-dlq/DLQLambdaCloudFormation.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
},
3232
"LogStreamPrefix": {
3333
"Type": "String",
34-
"Description": "Enter comma separated list of logStream name prefixes to filter by logStream",
34+
"Description": "(Optional) Enter comma separated list of logStream name prefixes to filter by logStream. Please note this is seperate from a logGroup. This is used to only send certain logStreams within a cloudwatch logGroup(s). LogGroups still need to be subscribed to the created Lambda funciton, regardless of what is input for this value.",
3535
"Default": ""
3636
}
3737
},

0 commit comments

Comments
 (0)