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.

Specifies data stores to crawl.

Inheritance Hierarchy

System.Object
  Amazon.Glue.Model.CrawlerTargets

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

Syntax

C#
public class CrawlerTargets

The CrawlerTargets type exposes the following members

Constructors

NameDescription
Public Method CrawlerTargets()

Properties

NameTypeDescription
Public Property CatalogTargets System.Collections.Generic.List<Amazon.Glue.Model.CatalogTarget>

Gets and sets the property CatalogTargets.

Specifies Glue Data Catalog targets.

Public Property DeltaTargets System.Collections.Generic.List<Amazon.Glue.Model.DeltaTarget>

Gets and sets the property DeltaTargets.

Specifies Delta data store targets.

Public Property DynamoDBTargets System.Collections.Generic.List<Amazon.Glue.Model.DynamoDBTarget>

Gets and sets the property DynamoDBTargets.

Specifies Amazon DynamoDB targets.

Public Property HudiTargets System.Collections.Generic.List<Amazon.Glue.Model.HudiTarget>

Gets and sets the property HudiTargets.

Specifies Apache Hudi data store targets.

Public Property IcebergTargets System.Collections.Generic.List<Amazon.Glue.Model.IcebergTarget>

Gets and sets the property IcebergTargets.

Specifies Apache Iceberg data store targets.

Public Property JdbcTargets System.Collections.Generic.List<Amazon.Glue.Model.JdbcTarget>

Gets and sets the property JdbcTargets.

Specifies JDBC targets.

Public Property MongoDBTargets System.Collections.Generic.List<Amazon.Glue.Model.MongoDBTarget>

Gets and sets the property MongoDBTargets.

Specifies Amazon DocumentDB or MongoDB targets.

Public Property S3Targets System.Collections.Generic.List<Amazon.Glue.Model.S3Target>

Gets and sets the property S3Targets.

Specifies Amazon Simple Storage Service (Amazon S3) targets.

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