
com.pulumi.awsnative.customerprofiles.kotlin.outputs.IntegrationTriggerProperties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.customerprofiles.kotlin.outputs
import kotlin.Suppress
/**
*
* @property scheduled Specifies the configuration details of a schedule-triggered flow that you define.
*/
public data class IntegrationTriggerProperties(
public val scheduled: IntegrationScheduledTriggerProperties? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.customerprofiles.outputs.IntegrationTriggerProperties): IntegrationTriggerProperties = IntegrationTriggerProperties(
scheduled = javaType.scheduled().map({ args0 ->
args0.let({ args0 ->
com.pulumi.awsnative.customerprofiles.kotlin.outputs.IntegrationScheduledTriggerProperties.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy