Show / Hide Table of Contents

Class CrawlerCatalogTargetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
CrawlerCatalogTargetArgs
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 CrawlerCatalogTargetArgs : ResourceArgs

Constructors

View Source

CrawlerCatalogTargetArgs()

Declaration
public CrawlerCatalogTargetArgs()

Properties

View Source

DatabaseName

The name of the Glue database to be synchronized.

Declaration
public Input<string> DatabaseName { get; set; }
Property Value
Type Description
Input<System.String>
View Source

Tables

A list of catalog tables to be synchronized.

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