
com.pulumi.aws.appflow.kotlin.outputs.FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.aws.appflow.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property maxPageSize he maximum number of records that Amazon AppFlow receives in each page of the response from your SAP application.
*/
public data class FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig(
public val maxPageSize: Int,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.aws.appflow.outputs.FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig): FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig =
FlowSourceFlowConfigSourceConnectorPropertiesSapoDataParallelismConfig(
maxPageSize = javaType.maxPageSize(),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy