![JAR search and dependency download from the Maven repository](/logo.png)
com.pulumi.awsnative.appflow.kotlin.outputs.FlowLookoutMetricsDestinationProperties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.appflow.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property object The object specified in the Amazon Lookout for Metrics flow destination.
*/
public data class FlowLookoutMetricsDestinationProperties(
public val `object`: String? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.appflow.outputs.FlowLookoutMetricsDestinationProperties): FlowLookoutMetricsDestinationProperties = FlowLookoutMetricsDestinationProperties(
`object` = javaType.`object`().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy