CreateUpdateOptionsArgs

data class CreateUpdateOptionsArgs(val autoscaleSettings: Output<AutoscaleSettingsArgs>? = null, val throughput: Output<Int>? = null) : ConvertibleToJava<CreateUpdateOptionsArgs>

CreateUpdateOptions are a list of key-value pairs that describe the resource. Supported keys are "If-Match", "If-None-Match", "Session-Token" and "Throughput"

Constructors

Link copied to clipboard
constructor(autoscaleSettings: Output<AutoscaleSettingsArgs>? = null, throughput: Output<Int>? = null)

Properties

Link copied to clipboard

Specifies the Autoscale settings.

Link copied to clipboard
val throughput: Output<Int>? = null

Request Units per second. For example, "throughput": 10000.

Functions

Link copied to clipboard
open override fun toJava(): CreateUpdateOptionsArgs