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

com.pulumi.awsnative.dynamodb.kotlin.outputs.GlobalTableWriteOnDemandThroughputSettings.kt Maven / Gradle / Ivy

@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.awsnative.dynamodb.kotlin.outputs

import kotlin.Int
import kotlin.Suppress

/**
 *
 * @property maxWriteRequestUnits Maximum number of write request settings for the specified replica of a global table.
 */
public data class GlobalTableWriteOnDemandThroughputSettings(
    public val maxWriteRequestUnits: Int? = null,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.awsnative.dynamodb.outputs.GlobalTableWriteOnDemandThroughputSettings): GlobalTableWriteOnDemandThroughputSettings = GlobalTableWriteOnDemandThroughputSettings(
            maxWriteRequestUnits = javaType.maxWriteRequestUnits().map({ args0 -> args0 }).orElse(null),
        )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy