LogTransformerTransformerConfigDateTimeConverter class

Constructors

LogTransformerTransformerConfigDateTimeConverter({Input<String?>? locale, required Input<List<String>> matchPatterns, required Input<String> source, Input<String?>? sourceTimezone, required Input<String> target, Input<String?>? targetFormat, Input<String?>? targetTimezone})
Creates a new LogTransformerTransformerConfigDateTimeConverter. locale Specifies the locale of the source field. Defaults to locale.ROOT. matchPatterns Specifies the list of patterns to match against the source field. source Specifies the key to apply the date conversion to. sourceTimezone Specifies the time zone of the source field. Defaults to UTC. target Specifies the JSON field to store the result in. targetFormat Specifies the datetime format to use for the converted data in the target field. Defaults to yyyy-MM-dd'T'HH:mm:ss.SSS'Z. targetTimezone Specifies the time zone of the target field. Defaults to UTC.
const
LogTransformerTransformerConfigDateTimeConverter.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
locale → Input<String?>?
Specifies the locale of the source field. Defaults to locale.ROOT.
final
matchPatterns → Input<List<String>>
Specifies the list of patterns to match against the source field.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source → Input<String>
Specifies the key to apply the date conversion to.
final
sourceTimezone → Input<String?>?
Specifies the time zone of the source field. Defaults to UTC.
final
target → Input<String>
Specifies the JSON field to store the result in.
final
targetFormat → Input<String?>?
Specifies the datetime format to use for the converted data in the target field. Defaults to yyyy-MM-dd'T'HH:mm:ss.SSS'Z.
final
targetTimezone → Input<String?>?
Specifies the time zone of the target field. Defaults to UTC.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited