class Aws::Glue::Types::DatabaseIdentifier

A structure that describes a target database for resource linking.

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

data as a hash:

    {
      catalog_id: "CatalogIdString",
      database_name: "NameString",
    }

@!attribute [rw] catalog_id

The ID of the Data Catalog in which the database resides.
@return [String]

@!attribute [rw] database_name

The name of the catalog database.
@return [String]

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

Constants

SENSITIVE