JsonOptions

Represents the JSON-specific options that define how input is to be interpreted by Glue DataBrew.

Types

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

Properties

Link copied to clipboard

A value that specifies whether JSON input contains embedded new line characters.

Functions

Link copied to clipboard
inline fun copy(block: JsonOptions.Builder.() -> Unit = {}): JsonOptions
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