Class CrawlerArgs
Inherited Members
Namespace: Pulumi.Aws.Glue
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CrawlerArgs : ResourceArgs
Constructors
View SourceCrawlerArgs()
Declaration
public CrawlerArgs()
Properties
View SourceCatalogTargets
Declaration
public InputList<CrawlerCatalogTargetArgs> CatalogTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CrawlerCatalogTargetArgs> |
Classifiers
List of custom classifiers. By default, all AWS classifiers are included in a crawl, but these custom classifiers always override the default classifiers for a given classification.
Declaration
public InputList<string> Classifiers { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Configuration
JSON string of configuration information.
Declaration
public Input<string> Configuration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DatabaseName
Glue database where results are written.
Declaration
public Input<string> DatabaseName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Description
Description of the crawler.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DynamodbTargets
List of nested DynamoDB target arguments. See below.
Declaration
public InputList<CrawlerDynamodbTargetArgs> DynamodbTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CrawlerDynamodbTargetArgs> |
JdbcTargets
List of nested JBDC target arguments. See below.
Declaration
public InputList<CrawlerJdbcTargetArgs> JdbcTargets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CrawlerJdbcTargetArgs> |
Name
Name of the crawler.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Role
The IAM role friendly name (including path without leading slash), or ARN of an IAM role, used by the crawler to access other resources.
Declaration
public Input<string> Role { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
S3Targets
List nested Amazon S3 target arguments. See below.
Declaration
public InputList<CrawlerS3TargetArgs> S3Targets { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<CrawlerS3TargetArgs> |
Schedule
A cron expression used to specify the schedule. For more information, see Time-Based Schedules for Jobs and Crawlers. For example, to run something every day at 12:15 UTC, you would specify: cron(15 12 * * ? *).
Declaration
public Input<string> Schedule { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SchemaChangePolicy
Policy for the crawler's update and deletion behavior.
Declaration
public Input<CrawlerSchemaChangePolicyArgs> SchemaChangePolicy { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<CrawlerSchemaChangePolicyArgs> |
SecurityConfiguration
The name of Security Configuration to be used by the crawler
Declaration
public Input<string> SecurityConfiguration { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TablePrefix
The table prefix used for catalog tables that are created.
Declaration
public Input<string> TablePrefix { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Tags
Key-value map of resource tags
Declaration
public InputMap<object> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| InputMap<System.Object> |