Show / Hide Table of Contents

Class CrawlerJdbcTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CrawlerJdbcTargetArgs
Inherited Members
ResourceArgs.Empty
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 Source

CrawlerJdbcTargetArgs()

Declaration
public CrawlerJdbcTargetArgs()

Properties

View Source

ConnectionName

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>
View Source

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>
View Source

Path

The path of the JDBC target.

Declaration
public Input<string> Path { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.