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

com.pulumi.awsnative.aps.kotlin.outputs.ScraperSource.kt Maven / Gradle / Ivy

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

package com.pulumi.awsnative.aps.kotlin.outputs

import kotlin.Suppress

/**
 * Scraper metrics source
 * @property eksConfiguration Configuration for EKS metrics source
 */
public data class ScraperSource(
    public val eksConfiguration: ScraperSourceEksConfigurationProperties? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.aps.outputs.ScraperSource): ScraperSource =
            ScraperSource(
                eksConfiguration = javaType.eksConfiguration().map({ args0 ->
                    args0.let({ args0 ->
                        com.pulumi.awsnative.aps.kotlin.outputs.ScraperSourceEksConfigurationProperties.Companion.toKotlin(args0)
                    })
                }).orElse(null),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy