CodeGenConfigurationNode

CodeGenConfigurationNode enumerates all valid Node types. One and only one of its member variables can be populated.

Types

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

Properties

Link copied to clipboard

Specifies a transform that groups rows by chosen fields and computes the aggregated value by specified function.

Link copied to clipboard

Specifies a target that writes to a data source in Amazon Redshift.

Link copied to clipboard

Specifies a target that writes to a data target in Amazon Redshift.

Link copied to clipboard

Specifies a transform that maps data property keys in the data source to data property keys in the data target. You can rename keys, modify the data types for keys, and choose which keys to drop from the dataset.

Link copied to clipboard

Specifies a connector to an Amazon Athena data source.

Link copied to clipboard

Specifies a Delta Lake data source that is registered in the Glue Data Catalog.

Link copied to clipboard

Specifies a Hudi data source that is registered in the Glue Data Catalog.

Link copied to clipboard

Specifies an Apache Kafka data store in the Data Catalog.

Link copied to clipboard

Specifies a Kinesis data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a data store in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that uses a Glue Data Catalog table.

Link copied to clipboard

Specifies a source generated with standard connection options.

Link copied to clipboard

Specifies a target generated with standard connection options.

Link copied to clipboard

Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.

Link copied to clipboard

Specifies the direct JDBC source connection.

Link copied to clipboard

Specifies an Apache Kafka data store.

Link copied to clipboard

Specifies a direct Amazon Kinesis data source.

Link copied to clipboard

Specifies a transform that removes rows of repeating data from a data set.

Link copied to clipboard

Specifies a transform that chooses the data property keys that you want to drop.

Link copied to clipboard

Specifies a transform that removes columns from the dataset if all values in the column are 'null'. By default, Glue Studio will recognize null objects, but some values such as empty strings, strings that are "null", -1 integers or other placeholders such as zeros, are not automatically recognized as nulls.

Link copied to clipboard

Specifies a custom visual transform created by a user.

Link copied to clipboard

Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.

Link copied to clipboard

Specifies your data quality evaluation criteria.

Link copied to clipboard

Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.

Link copied to clipboard

Specifies a transform that locates records in the dataset that have missing values and adds a new field with a value determined by imputation. The input data set is used to train the machine learning model that determines what the missing value should be.

Link copied to clipboard

Specifies a transform that splits a dataset into two, based on a filter condition.

Link copied to clipboard

Specifies a data source in a goverened Data Catalog.

Link copied to clipboard

Specifies a data target that writes to a goverened catalog.

Link copied to clipboard

Specifies a connector to a JDBC data source.

Link copied to clipboard

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

Link copied to clipboard
val join: Join?

Specifies a transform that joins two datasets into one dataset using a comparison phrase on the specified data property keys. You can use inner, outer, left, right, left semi, and left anti joins.

Link copied to clipboard
val merge: 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.

Link copied to clipboard

Specifies a Microsoft SQL server data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that uses Microsoft SQL.

Link copied to clipboard

Specifies a MySQL data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that uses MySQL.

Link copied to clipboard

Specifies an Oracle data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that uses Oracle SQL.

Link copied to clipboard

Specifies a transform that identifies, removes or masks PII data.

Link copied to clipboard

Specifies a PostgresSQL data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that uses Postgres SQL.

Link copied to clipboard

Specifies a Glue DataBrew recipe node.

Link copied to clipboard

Specifies an Amazon Redshift data store.

Link copied to clipboard

Specifies a target that uses Amazon Redshift.

Link copied to clipboard

Specifies a relational catalog data store in the Glue Data Catalog.

Link copied to clipboard

Specifies a transform that renames a single data property key.

Link copied to clipboard

Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

Link copied to clipboard

Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.

Link copied to clipboard

Specifies an Amazon S3 data store in the Glue Data Catalog.

Link copied to clipboard

Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.

Link copied to clipboard

Specifies a command-separated value (CSV) data store stored in Amazon S3.

Link copied to clipboard

Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that writes to a Delta Lake data source in Amazon S3.

Link copied to clipboard

Specifies a Delta Lake data source stored in Amazon S3.

Link copied to clipboard

Specifies a data target that writes to Amazon S3.

Link copied to clipboard

Defines configuration parameters for reading Excel files from Amazon S3.

Link copied to clipboard

Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.

Link copied to clipboard

Specifies a target that writes to a Hudi data source in the Glue Data Catalog.

Link copied to clipboard

Specifies a target that writes to a Hudi data source in Amazon S3.

Link copied to clipboard

Specifies a Hudi data source stored in Amazon S3.

Link copied to clipboard

Defines configuration parameters for writing data to Amazon S3 using HyperDirect optimization.

Link copied to clipboard

Defines configuration parameters for writing data to Amazon S3 as an Apache Iceberg table.

Link copied to clipboard

Specifies a JSON data store stored in Amazon S3.

Link copied to clipboard

Specifies an Apache Parquet data store stored in Amazon S3.

Link copied to clipboard

Specifies a transform that chooses the data property keys that you want to keep.

Link copied to clipboard

Specifies a transform that chooses one DynamicFrame from a collection of DynamicFrames. The output is the selected DynamicFrame

Link copied to clipboard

Specifies a Snowflake data source.

Link copied to clipboard

Specifies a target that writes to a Snowflake data source.

Link copied to clipboard

Specifies a connector to an Apache Spark data source.

Link copied to clipboard

Specifies a target that uses an Apache Spark connector.

Link copied to clipboard

Specifies a transform where you enter a SQL query using Spark SQL syntax to transform the data. The output is a single DynamicFrame.

Link copied to clipboard

Specifies a transform that writes samples of the data to an Amazon S3 bucket.

Link copied to clipboard

Specifies a transform that splits data property keys into two DynamicFrames. The output is a collection of DynamicFrames: one with selected data property keys, and one with the remaining data property keys.

Link copied to clipboard
val union: Union?

Specifies a transform that combines the rows from two or more datasets into a single result.

Functions

Link copied to clipboard
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