AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.CodeGenConfigurationNode

Namespace: Amazon.Glue.Model
Assembly: AWSSDK.Glue.dll
Version: 3.x.y.z

Syntax

C#
public class CodeGenConfigurationNode

The CodeGenConfigurationNode type exposes the following members

Constructors

NameDescription
Public Method CodeGenConfigurationNode()

Properties

NameTypeDescription
Public Property Aggregate Amazon.Glue.Model.Aggregate

Gets and sets the property Aggregate.

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

Public Property AmazonRedshiftSource Amazon.Glue.Model.AmazonRedshiftSource

Gets and sets the property AmazonRedshiftSource.

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

Public Property AmazonRedshiftTarget Amazon.Glue.Model.AmazonRedshiftTarget

Gets and sets the property AmazonRedshiftTarget.

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

Public Property ApplyMapping Amazon.Glue.Model.ApplyMapping

Gets and sets the property ApplyMapping.

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.

Public Property AthenaConnectorSource Amazon.Glue.Model.AthenaConnectorSource

Gets and sets the property AthenaConnectorSource.

Specifies a connector to an Amazon Athena data source.

Public Property CatalogDeltaSource Amazon.Glue.Model.CatalogDeltaSource

Gets and sets the property CatalogDeltaSource.

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

Public Property CatalogHudiSource Amazon.Glue.Model.CatalogHudiSource

Gets and sets the property CatalogHudiSource.

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

Public Property CatalogKafkaSource Amazon.Glue.Model.CatalogKafkaSource

Gets and sets the property CatalogKafkaSource.

Specifies an Apache Kafka data store in the Data Catalog.

Public Property CatalogKinesisSource Amazon.Glue.Model.CatalogKinesisSource

Gets and sets the property CatalogKinesisSource.

Specifies a Kinesis data source in the Glue Data Catalog.

Public Property CatalogSource Amazon.Glue.Model.CatalogSource

Gets and sets the property CatalogSource.

Specifies a data store in the Glue Data Catalog.

Public Property CatalogTarget Amazon.Glue.Model.BasicCatalogTarget

Gets and sets the property CatalogTarget.

Specifies a target that uses a Glue Data Catalog table.

Public Property ConnectorDataSource Amazon.Glue.Model.ConnectorDataSource

Gets and sets the property ConnectorDataSource.

Specifies a source generated with standard connection options.

Public Property ConnectorDataTarget Amazon.Glue.Model.ConnectorDataTarget

Gets and sets the property ConnectorDataTarget.

Specifies a target generated with standard connection options.

Public Property CustomCode Amazon.Glue.Model.CustomCode

Gets and sets the property CustomCode.

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

Public Property DirectJDBCSource Amazon.Glue.Model.DirectJDBCSource

Gets and sets the property DirectJDBCSource.

Public Property DirectKafkaSource Amazon.Glue.Model.DirectKafkaSource

Gets and sets the property DirectKafkaSource.

Specifies an Apache Kafka data store.

Public Property DirectKinesisSource Amazon.Glue.Model.DirectKinesisSource

Gets and sets the property DirectKinesisSource.

Specifies a direct Amazon Kinesis data source.

Public Property DropDuplicates Amazon.Glue.Model.DropDuplicates

Gets and sets the property DropDuplicates.

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

Public Property DropFields Amazon.Glue.Model.DropFields

Gets and sets the property DropFields.

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

Public Property DropNullFields Amazon.Glue.Model.DropNullFields

Gets and sets the property DropNullFields.

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.

Public Property DynamicTransform Amazon.Glue.Model.DynamicTransform

Gets and sets the property DynamicTransform.

Specifies a custom visual transform created by a user.

Public Property DynamoDBCatalogSource Amazon.Glue.Model.DynamoDBCatalogSource

Gets and sets the property DynamoDBCatalogSource.

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

Public Property EvaluateDataQuality Amazon.Glue.Model.EvaluateDataQuality

Gets and sets the property EvaluateDataQuality.

Specifies your data quality evaluation criteria.

Public Property EvaluateDataQualityMultiFrame Amazon.Glue.Model.EvaluateDataQualityMultiFrame

Gets and sets the property EvaluateDataQualityMultiFrame.

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

Public Property FillMissingValues Amazon.Glue.Model.FillMissingValues

Gets and sets the property FillMissingValues.

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.

Public Property Filter Amazon.Glue.Model.Filter

Gets and sets the property Filter.

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

Public Property GovernedCatalogSource Amazon.Glue.Model.GovernedCatalogSource

Gets and sets the property GovernedCatalogSource.

Specifies a data source in a goverened Data Catalog.

Public Property GovernedCatalogTarget Amazon.Glue.Model.GovernedCatalogTarget

Gets and sets the property GovernedCatalogTarget.

Specifies a data target that writes to a goverened catalog.

Public Property JDBCConnectorSource Amazon.Glue.Model.JDBCConnectorSource

Gets and sets the property JDBCConnectorSource.

Specifies a connector to a JDBC data source.

Public Property JDBCConnectorTarget Amazon.Glue.Model.JDBCConnectorTarget

Gets and sets the property JDBCConnectorTarget.

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

Public Property Join Amazon.Glue.Model.Join

Gets and sets the property 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.

Public Property Merge Amazon.Glue.Model.Merge

Gets and sets the property 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.

Public Property MicrosoftSQLServerCatalogSource Amazon.Glue.Model.MicrosoftSQLServerCatalogSource

Gets and sets the property MicrosoftSQLServerCatalogSource.

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

Public Property MicrosoftSQLServerCatalogTarget Amazon.Glue.Model.MicrosoftSQLServerCatalogTarget

Gets and sets the property MicrosoftSQLServerCatalogTarget.

Specifies a target that uses Microsoft SQL.

Public Property MySQLCatalogSource Amazon.Glue.Model.MySQLCatalogSource

Gets and sets the property MySQLCatalogSource.

Specifies a MySQL data source in the Glue Data Catalog.

Public Property MySQLCatalogTarget Amazon.Glue.Model.MySQLCatalogTarget

Gets and sets the property MySQLCatalogTarget.

Specifies a target that uses MySQL.

Public Property OracleSQLCatalogSource Amazon.Glue.Model.OracleSQLCatalogSource

Gets and sets the property OracleSQLCatalogSource.

Specifies an Oracle data source in the Glue Data Catalog.

Public Property OracleSQLCatalogTarget Amazon.Glue.Model.OracleSQLCatalogTarget

Gets and sets the property OracleSQLCatalogTarget.

Specifies a target that uses Oracle SQL.

Public Property PIIDetection Amazon.Glue.Model.PIIDetection

Gets and sets the property PIIDetection.

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

Public Property PostgreSQLCatalogSource Amazon.Glue.Model.PostgreSQLCatalogSource

Gets and sets the property PostgreSQLCatalogSource.

Specifies a PostgresSQL data source in the Glue Data Catalog.

Public Property PostgreSQLCatalogTarget Amazon.Glue.Model.PostgreSQLCatalogTarget

Gets and sets the property PostgreSQLCatalogTarget.

Specifies a target that uses Postgres SQL.

Public Property Recipe Amazon.Glue.Model.Recipe

Gets and sets the property Recipe.

Specifies a Glue DataBrew recipe node.

Public Property RedshiftSource Amazon.Glue.Model.RedshiftSource

Gets and sets the property RedshiftSource.

Specifies an Amazon Redshift data store.

Public Property RedshiftTarget Amazon.Glue.Model.RedshiftTarget

Gets and sets the property RedshiftTarget.

Specifies a target that uses Amazon Redshift.

Public Property RelationalCatalogSource Amazon.Glue.Model.RelationalCatalogSource

Gets and sets the property RelationalCatalogSource.

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

Public Property RenameField Amazon.Glue.Model.RenameField

Gets and sets the property RenameField.

Specifies a transform that renames a single data property key.

Public Property S3CatalogDeltaSource Amazon.Glue.Model.S3CatalogDeltaSource

Gets and sets the property S3CatalogDeltaSource.

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

Public Property S3CatalogHudiSource Amazon.Glue.Model.S3CatalogHudiSource

Gets and sets the property S3CatalogHudiSource.

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

Public Property S3CatalogSource Amazon.Glue.Model.S3CatalogSource

Gets and sets the property S3CatalogSource.

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

Public Property S3CatalogTarget Amazon.Glue.Model.S3CatalogTarget

Gets and sets the property S3CatalogTarget.

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

Public Property S3CsvSource Amazon.Glue.Model.S3CsvSource

Gets and sets the property S3CsvSource.

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

Public Property S3DeltaCatalogTarget Amazon.Glue.Model.S3DeltaCatalogTarget

Gets and sets the property S3DeltaCatalogTarget.

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

Public Property S3DeltaDirectTarget Amazon.Glue.Model.S3DeltaDirectTarget

Gets and sets the property S3DeltaDirectTarget.

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

Public Property S3DeltaSource Amazon.Glue.Model.S3DeltaSource

Gets and sets the property S3DeltaSource.

Specifies a Delta Lake data source stored in Amazon S3.

Public Property S3DirectTarget Amazon.Glue.Model.S3DirectTarget

Gets and sets the property S3DirectTarget.

Specifies a data target that writes to Amazon S3.

Public Property S3GlueParquetTarget Amazon.Glue.Model.S3GlueParquetTarget

Gets and sets the property S3GlueParquetTarget.

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

Public Property S3HudiCatalogTarget Amazon.Glue.Model.S3HudiCatalogTarget

Gets and sets the property S3HudiCatalogTarget.

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

Public Property S3HudiDirectTarget Amazon.Glue.Model.S3HudiDirectTarget

Gets and sets the property S3HudiDirectTarget.

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

Public Property S3HudiSource Amazon.Glue.Model.S3HudiSource

Gets and sets the property S3HudiSource.

Specifies a Hudi data source stored in Amazon S3.

Public Property S3JsonSource Amazon.Glue.Model.S3JsonSource

Gets and sets the property S3JsonSource.

Specifies a JSON data store stored in Amazon S3.

Public Property S3ParquetSource Amazon.Glue.Model.S3ParquetSource

Gets and sets the property S3ParquetSource.

Specifies an Apache Parquet data store stored in Amazon S3.

Public Property SelectFields Amazon.Glue.Model.SelectFields

Gets and sets the property SelectFields.

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

Public Property SelectFromCollection Amazon.Glue.Model.SelectFromCollection

Gets and sets the property SelectFromCollection.

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

Public Property SnowflakeSource Amazon.Glue.Model.SnowflakeSource

Gets and sets the property SnowflakeSource.

Specifies a Snowflake data source.

Public Property SnowflakeTarget Amazon.Glue.Model.SnowflakeTarget

Gets and sets the property SnowflakeTarget.

Specifies a target that writes to a Snowflake data source.

Public Property SparkConnectorSource Amazon.Glue.Model.SparkConnectorSource

Gets and sets the property SparkConnectorSource.

Specifies a connector to an Apache Spark data source.

Public Property SparkConnectorTarget Amazon.Glue.Model.SparkConnectorTarget

Gets and sets the property SparkConnectorTarget.

Specifies a target that uses an Apache Spark connector.

Public Property SparkSQL Amazon.Glue.Model.SparkSQL

Gets and sets the property SparkSQL.

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

Public Property Spigot Amazon.Glue.Model.Spigot

Gets and sets the property Spigot.

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

Public Property SplitFields Amazon.Glue.Model.SplitFields

Gets and sets the property SplitFields.

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.

Public Property Union Amazon.Glue.Model.Union

Gets and sets the property Union.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5