ConfiguredTableGlueTableReferenceArgs

data class ConfiguredTableGlueTableReferenceArgs(val databaseName: Output<String>, val tableName: Output<String>) : ConvertibleToJava<ConfiguredTableGlueTableReferenceArgs>

Constructors

Link copied to clipboard
constructor(databaseName: Output<String>, tableName: Output<String>)

Properties

Link copied to clipboard
val databaseName: Output<String>

The name of the database the AWS Glue table belongs to.

Link copied to clipboard
val tableName: Output<String>

The name of the AWS Glue table.

Functions

Link copied to clipboard
open override fun toJava(): ConfiguredTableGlueTableReferenceArgs