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
The conversions widget is useless for any Firehose which doesn't have
data format conversions enabled.
Default is true for backwards compatability.
Implementation is based on the similar `isIterator` parameter for Lambda
Functions.
Note that the AWS docs are not consistent about what they call this
feature, [sometimes calling it data format conversion, sometimes calling
it record format
conversion](https://docs.aws.amazon.com/firehose/latest/dev/enable-record-format-conversion.html).
CDK calls it [data format
conversion](https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_kinesisfirehose.CfnDeliveryStream.DataFormatConversionConfigurationProperty.html),
hence my choice to use that terminology for the parameter too.
The library doesn't currently support enabling alarms on any of the data
format conversion metrics, so we don't need additional checks there.
I've not written any new tests validating if this widget is shown based
on the param, since the similar `isIterator` parameter also has no tests
for this; happy to add some if you wish, but if so I'd appreciate a
pointer to a similar existing test to help me understand this repo's
testing approach.
---
_By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license_
Co-authored-by: Paul Sinclair <pssincl@amazon.com>
0 commit comments