
com.pulumi.awsnative.entityresolution.kotlin.outputs.MatchingWorkflowIntermediateSourceConfiguration.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.entityresolution.kotlin.outputs
import kotlin.String
import kotlin.Suppress
/**
*
* @property intermediateS3Path The s3 path that would be used to stage the intermediate data being generated during workflow execution.
*/
public data class MatchingWorkflowIntermediateSourceConfiguration(
public val intermediateS3Path: String,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.entityresolution.outputs.MatchingWorkflowIntermediateSourceConfiguration): MatchingWorkflowIntermediateSourceConfiguration =
MatchingWorkflowIntermediateSourceConfiguration(
intermediateS3Path = javaType.intermediateS3Path(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy