Merge

class Merge

Specifies a transform that merges a DynamicFrame with a staging DynamicFrame based on the specified primary keys to identify records. Duplicate records (records with the same primary keys) are not de-duplicated.

Types

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

Properties

Link copied to clipboard

The data inputs identified by their node names.

Link copied to clipboard

The name of the transform node.

Link copied to clipboard

The list of primary key fields to match records from the source and staging dynamic frames.

Link copied to clipboard

The source DynamicFrame that will be merged with a staging DynamicFrame.

Functions

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