class Aws::MachineLearning::Types::RedshiftDatabase

Describes the database details required to connect to an Amazon Redshift database.

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

data as a hash:

    {
      database_name: "RedshiftDatabaseName", # required
      cluster_identifier: "RedshiftClusterIdentifier", # required
    }

@!attribute [rw] database_name

The name of a database hosted on an Amazon Redshift cluster.
@return [String]

@!attribute [rw] cluster_identifier

The ID of an Amazon Redshift cluster.
@return [String]

Constants

SENSITIVE