
com.pulumi.aws.appflow.kotlin.outputs.FlowTriggerConfigTriggerProperties.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.appflow.kotlin.outputs
import kotlin.Suppress
/**
*
* @property scheduled
*/
public data class FlowTriggerConfigTriggerProperties(
public val scheduled: FlowTriggerConfigTriggerPropertiesScheduled? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.appflow.outputs.FlowTriggerConfigTriggerProperties): FlowTriggerConfigTriggerProperties = FlowTriggerConfigTriggerProperties(
scheduled = javaType.scheduled().map({ args0 ->
args0.let({ args0 ->
com.pulumi.aws.appflow.kotlin.outputs.FlowTriggerConfigTriggerPropertiesScheduled.Companion.toKotlin(args0)
})
}).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy