You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/@aws-cdk/aws-kinesisfirehose-alpha/README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -181,7 +181,7 @@ your delivery streams via logs and metrics.
181
181
182
182
Amazon Data Firehose will send logs to CloudWatch when data transformation or data
183
183
delivery fails. The CDK will enable logging by default and create a CloudWatch LogGroup
184
-
and LogStream for your Delivery Stream.
184
+
and LogStream with default settings for your Delivery Stream.
185
185
186
186
When creating a destination, you can provide an `ILoggingConfig`, which can either be an `EnableLogging` or `DisableLogging` instance.
187
187
If you use `EnableLogging`, the CDK will create a CloudWatch LogGroup and LogStream with all CloudFormation default settings for you, or you can optionally
0 commit comments