![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.wisdom.kotlin.outputs.KnowledgeBaseSourceConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.wisdom.kotlin.outputs
import kotlin.Suppress
/**
*
* @property appIntegrations Configuration information for Amazon AppIntegrations to automatically ingest content.
*/
public data class KnowledgeBaseSourceConfiguration(
public val appIntegrations: KnowledgeBaseAppIntegrationsConfiguration? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.wisdom.outputs.KnowledgeBaseSourceConfiguration): KnowledgeBaseSourceConfiguration = KnowledgeBaseSourceConfiguration(
appIntegrations = javaType.appIntegrations().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.wisdom.kotlin.outputs.KnowledgeBaseAppIntegrationsConfiguration.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy