Class CrawlerJdbcTargetArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Glue.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class CrawlerJdbcTargetArgs : ResourceArgs
Constructors
View SourceCrawlerJdbcTargetArgs()
Declaration
public CrawlerJdbcTargetArgs()
Properties
View SourceConnectionName
The name of the connection to use to connect to the JDBC target.
Declaration
public Input<string> ConnectionName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Exclusions
A list of glob patterns used to exclude from the crawl.
Declaration
public InputList<string> Exclusions { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Path
The path of the JDBC target.
Declaration
public Input<string> Path { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |