
com.pulumi.awsnative.kendra.kotlin.outputs.DataSourceWebCrawlerSiteMapsConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kendra.kotlin.outputs
import kotlin.String
import kotlin.Suppress
import kotlin.collections.List
/**
*
* @property siteMaps The list of sitemap URLs of the websites you want to crawl.
* The list can include a maximum of three sitemap URLs.
*/
public data class DataSourceWebCrawlerSiteMapsConfiguration(
public val siteMaps: List,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.kendra.outputs.DataSourceWebCrawlerSiteMapsConfiguration): DataSourceWebCrawlerSiteMapsConfiguration = DataSourceWebCrawlerSiteMapsConfiguration(
siteMaps = javaType.siteMaps().map({ args0 -> args0 }),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy