LogTransformerTransformerConfigCopyValue constructor
const
LogTransformerTransformerConfigCopyValue({
- required Input<
List< entries,LogTransformerTransformerConfigCopyValueEntry> >
Creates a new LogTransformerTransformerConfigCopyValue.
entries Objects containing the information about the values to copy to the log event. You must include at least one entry, and five at most. See copyValue entry below for details.
Implementation
const LogTransformerTransformerConfigCopyValue({
required this.entries,
});