class Aws::Glue::Types::CatalogTarget

Specifies an Glue Data Catalog target.

@note When making an API call, you may pass CatalogTarget

data as a hash:

    {
      database_name: "NameString", # required
      tables: ["NameString"], # required
    }

@!attribute [rw] database_name

The name of the database to be synchronized.
@return [String]

@!attribute [rw] tables

A list of the tables to be synchronized.
@return [Array<String>]

@see docs.aws.amazon.com/goto/WebAPI/glue-2017-03-31/CatalogTarget AWS API Documentation

Constants

SENSITIVE