DynamicTransform

Specifies the set of parameters needed to perform the dynamic transform.

Types

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

Properties

Link copied to clipboard

Specifies the name of the function of the dynamic transform.

Link copied to clipboard

Specifies the inputs for the dynamic transform that are required.

Link copied to clipboard

Specifies the name of the dynamic transform.

Link copied to clipboard

Specifies the data schema for the dynamic transform.

Link copied to clipboard

Specifies the parameters of the dynamic transform.

Link copied to clipboard

Specifies the path of the dynamic transform source and config files.

Link copied to clipboard

Specifies the name of the dynamic transform as it appears in the Glue Studio visual editor.

Link copied to clipboard

This field is not used and will be deprecated in future release.

Functions

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