CrawlerTargets class
Specifies data stores to crawl.
Constructors
-
CrawlerTargets({List<
CatalogTarget> ? catalogTargets, List<DynamoDBTarget> ? dynamoDBTargets, List<JdbcTarget> ? jdbcTargets, List<MongoDBTarget> ? mongoDBTargets, List<S3Target> ? s3Targets}) -
CrawlerTargets.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
catalogTargets
→ List<
CatalogTarget> ? -
Specifies AWS Glue Data Catalog targets.
final
-
dynamoDBTargets
→ List<
DynamoDBTarget> ? -
Specifies Amazon DynamoDB targets.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
jdbcTargets
→ List<
JdbcTarget> ? -
Specifies JDBC targets.
final
-
mongoDBTargets
→ List<
MongoDBTarget> ? -
Specifies Amazon DocumentDB or MongoDB targets.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
s3Targets
→ List<
S3Target> ? -
Specifies Amazon Simple Storage Service (Amazon S3) targets.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited