
com.pulumi.awsnative.kendra.kotlin.outputs.DataSourceWebCrawlerBasicAuthentication.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kendra.kotlin.outputs
import kotlin.Int
import kotlin.String
import kotlin.Suppress
/**
*
* @property credentials
* @property host
* @property port
*/
public data class DataSourceWebCrawlerBasicAuthentication(
public val credentials: String,
public val host: String,
public val port: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.kendra.outputs.DataSourceWebCrawlerBasicAuthentication): DataSourceWebCrawlerBasicAuthentication = DataSourceWebCrawlerBasicAuthentication(
credentials = javaType.credentials(),
host = javaType.host(),
port = javaType.port(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy