
com.pulumi.awsnative.cleanrooms.kotlin.outputs.ConfiguredTableGlueTableReference.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.cleanrooms.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property databaseName The name of the database the AWS Glue table belongs to.
* @property tableName The name of the AWS Glue table.
*/
public data class ConfiguredTableGlueTableReference(
public val databaseName: String,
public val tableName: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.cleanrooms.outputs.ConfiguredTableGlueTableReference): ConfiguredTableGlueTableReference = ConfiguredTableGlueTableReference(
databaseName = javaType.databaseName(),
tableName = javaType.tableName(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy