We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b620ce6 commit 18b9290Copy full SHA for 18b9290
source/patterns/@aws-solutions-constructs/aws-kinesisfirehose-s3/lib/index.ts
@@ -170,7 +170,6 @@ export class KinesisFirehoseToS3 extends Construct {
170
awsManagedKey
171
);
172
173
- printWarning(`kinesisFirehoseProps: ${JSON.stringify(props.kinesisFirehoseProps, null, 2)}`);
174
// if the client didn't explicity say it was a Kinesis client, then turn on encryption
175
if (!props.kinesisFirehoseProps ||
176
!props.kinesisFirehoseProps.deliveryStreamType ||
@@ -194,4 +193,4 @@ export class KinesisFirehoseToS3 extends Construct {
194
193
kinesisFirehoseProps
195
196
}
197
-}
+}
0 commit comments