All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.awsnative.iotanalytics.kotlin.outputs.DatasetGlueConfiguration.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.iotanalytics.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property databaseName The name of the database in your AWS Glue Data Catalog in which the table is located. An AWS Glue Data Catalog database contains metadata tables.
 * @property tableName The name of the table in your AWS Glue Data Catalog that is used to perform the ETL operations. An AWS Glue Data Catalog table contains partitioned data and descriptions of data sources and targets.
 */
public data class DatasetGlueConfiguration(
    public val databaseName: String,
    public val tableName: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.iotanalytics.outputs.DatasetGlueConfiguration): DatasetGlueConfiguration = DatasetGlueConfiguration(
            databaseName = javaType.databaseName(),
            tableName = javaType.tableName(),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy