Create Update Options Args
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)