ApplicationGlueDataCatalogConfiguration

data class ApplicationGlueDataCatalogConfiguration(val databaseArn: String? = null)

The configuration of the Glue Data Catalog that you use for Apache Flink SQL queries and table API transforms that you write in an application.

Constructors

Link copied to clipboard
constructor(databaseArn: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val databaseArn: String? = null

The Amazon Resource Name (ARN) of the database.