Cluster Provisioned Throughput Args
data class ClusterProvisionedThroughputArgs(val enabled: Output<Boolean>? = null, val volumeThroughput: Output<Int>? = null) : ConvertibleToJava<ClusterProvisionedThroughputArgs>
Constructors
Link copied to clipboard
fun ClusterProvisionedThroughputArgs(enabled: Output<Boolean>? = null, volumeThroughput: Output<Int>? = null)