CodeGenConfigurationNode
CodeGenConfigurationNode
enumerates all valid Node types. One and only one of its member variables can be populated.
Types
Properties
Specifies a target that writes to a data source in Amazon Redshift.
Specifies a target that writes to a data target in Amazon Redshift.
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.
Specifies a connector to an Amazon Athena data source.
Specifies a Delta Lake data source that is registered in the Glue Data Catalog.
Specifies a Hudi data source that is registered in the Glue Data Catalog.
Specifies an Apache Kafka data store in the Data Catalog.
Specifies a Kinesis data source in the Glue Data Catalog.
Specifies a data store in the Glue Data Catalog.
Specifies a target that uses a Glue Data Catalog table.
Specifies a source generated with standard connection options.
Specifies a target generated with standard connection options.
Specifies a transform that uses custom code you provide to perform the data transformation. The output is a collection of DynamicFrames.
Specifies the direct JDBC source connection.
Specifies an Apache Kafka data store.
Specifies a direct Amazon Kinesis data source.
Specifies a transform that removes rows of repeating data from a data set.
Specifies a transform that chooses the data property keys that you want to drop.
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.
Specifies a custom visual transform created by a user.
Specifies a DynamoDBC Catalog data store in the Glue Data Catalog.
Specifies your data quality evaluation criteria.
Specifies your data quality evaluation criteria. Allows multiple input data and returns a collection of Dynamic Frames.
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.
Specifies a data source in a goverened Data Catalog.
Specifies a data target that writes to a goverened catalog.
Specifies a connector to a JDBC data source.
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
Specifies a Microsoft SQL server data source in the Glue Data Catalog.
Specifies a target that uses Microsoft SQL.
Specifies a MySQL data source in the Glue Data Catalog.
Specifies a target that uses MySQL.
Specifies an Oracle data source in the Glue Data Catalog.
Specifies a target that uses Oracle SQL.
Specifies a transform that identifies, removes or masks PII data.
Specifies a PostgresSQL data source in the Glue Data Catalog.
Specifies a target that uses Postgres SQL.
Specifies an Amazon Redshift data store.
Specifies a target that uses Amazon Redshift.
Specifies a relational catalog data store in the Glue Data Catalog.
Specifies a transform that renames a single data property key.
Specifies a Delta Lake data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
Specifies a Hudi data source that is registered in the Glue Data Catalog. The data source must be stored in Amazon S3.
Specifies an Amazon S3 data store in the Glue Data Catalog.
Specifies a data target that writes to Amazon S3 using the Glue Data Catalog.
Specifies a command-separated value (CSV) data store stored in Amazon S3.
Specifies a target that writes to a Delta Lake data source in the Glue Data Catalog.
Specifies a target that writes to a Delta Lake data source in Amazon S3.
Specifies a Delta Lake data source stored in Amazon S3.
Specifies a data target that writes to Amazon S3.
Defines configuration parameters for reading Excel files from Amazon S3.
Specifies a data target that writes to Amazon S3 in Apache Parquet columnar storage.
Specifies a target that writes to a Hudi data source in the Glue Data Catalog.
Specifies a target that writes to a Hudi data source in Amazon S3.
Specifies a Hudi data source stored in Amazon S3.
Defines configuration parameters for writing data to Amazon S3 using HyperDirect optimization.
Defines configuration parameters for writing data to Amazon S3 as an Apache Iceberg table.
Specifies a JSON data store stored in Amazon S3.
Specifies an Apache Parquet data store stored in Amazon S3.
Specifies a transform that chooses the data property keys that you want to keep.
Specifies a transform that chooses one DynamicFrame
from a collection of DynamicFrames
. The output is the selected DynamicFrame
Specifies a Snowflake data source.
Specifies a target that writes to a Snowflake data source.
Specifies a connector to an Apache Spark data source.
Specifies a target that uses an Apache Spark connector.
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.