All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.aws.appflow.kotlin.outputs.FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig.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 FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig(
    public val maxPageSize: Int,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.aws.appflow.outputs.FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig): FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig =
            FlowSourceFlowConfigSourceConnectorPropertiesSapoDataPaginationConfig(
                maxPageSize = javaType.maxPageSize(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy