Skip to content

Commit 2e691b6

Browse files
authored
chore(kinesisfirehose-alpha): update README with Logging resource clarification (#31861)
### Description of changes Clarify in README that a LogGroup and LogStream with **default settings** will be created. ### Checklist - [x] My code adheres to the [CONTRIBUTING GUIDE](https://github.com/aws/aws-cdk/blob/main/CONTRIBUTING.md) and [DESIGN GUIDELINES](https://github.com/aws/aws-cdk/blob/main/docs/DESIGN_GUIDELINES.md) ---- *By submitting this pull request, I confirm that my contribution is made under the terms of the Apache-2.0 license*
1 parent fee2cf8 commit 2e691b6

File tree

1 file changed

+1
-1
lines changed
  • packages/@aws-cdk/aws-kinesisfirehose-alpha

1 file changed

+1
-1
lines changed

packages/@aws-cdk/aws-kinesisfirehose-alpha/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ your delivery streams via logs and metrics.
181181

182182
Amazon Data Firehose will send logs to CloudWatch when data transformation or data
183183
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.
185185

186186
When creating a destination, you can provide an `ILoggingConfig`, which can either be an `EnableLogging` or `DisableLogging` instance.
187187
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

Comments
 (0)