DateTimeConverter

This processor converts a datetime string into a format that you specify.

For more information about this processor including examples, see datetimeConverter in the CloudWatch Logs User Guide.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The locale of the source field. If you omit this, the default of locale.ROOT is used.

Link copied to clipboard

A list of patterns to match against the source field.

Link copied to clipboard

The key to apply the date conversion to.

Link copied to clipboard

The time zone of the source field. If you omit this, the default used is the UTC zone.

Link copied to clipboard

The JSON field to store the result in.

Link copied to clipboard

The datetime format to use for the converted data in the target field.

Link copied to clipboard

The time zone of the target field. If you omit this, the default used is the UTC zone.

Functions

Link copied to clipboard
inline fun copy(block: DateTimeConverter.Builder.() -> Unit = {}): DateTimeConverter
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String