DbInstanceProcessorFeatureArgs

data class DbInstanceProcessorFeatureArgs(val name: Output<DbInstanceProcessorFeatureName>? = null, val value: Output<String>? = null) : ConvertibleToJava<DbInstanceProcessorFeatureArgs>

The `ProcessorFeature` property type specifies the processor features of a DB instance class.

Constructors

Link copied to clipboard
constructor(name: Output<DbInstanceProcessorFeatureName>? = null, value: Output<String>? = null)

Properties

Link copied to clipboard

The name of the processor feature. Valid names are `coreCount` and `threadsPerCore`.

Link copied to clipboard
val value: Output<String>? = null

The value of a processor feature.

Functions

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