LogTransformerTransformerConfigTrimString constructor

const LogTransformerTransformerConfigTrimString({
  1. required Input<List<String>> withKeys,
})

Creates a new LogTransformerTransformerConfigTrimString. withKeys Specifies the keys of the fields to trim.

Implementation

const LogTransformerTransformerConfigTrimString({
  required this.withKeys,
});