DatabaseRelationalDatabaseParameterArgs

data class DatabaseRelationalDatabaseParameterArgs(val allowedValues: Output<String>? = null, val applyMethod: Output<String>? = null, val applyType: Output<String>? = null, val dataType: Output<String>? = null, val description: Output<String>? = null, val isModifiable: Output<Boolean>? = null, val parameterName: Output<String>? = null, val parameterValue: Output<String>? = null) : ConvertibleToJava<DatabaseRelationalDatabaseParameterArgs>

Describes the parameters of the database.

Constructors

Link copied to clipboard
constructor(allowedValues: Output<String>? = null, applyMethod: Output<String>? = null, applyType: Output<String>? = null, dataType: Output<String>? = null, description: Output<String>? = null, isModifiable: Output<Boolean>? = null, parameterName: Output<String>? = null, parameterValue: Output<String>? = null)

Properties

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

Specifies the valid range of values for the parameter.

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

Indicates when parameter updates are applied. Can be immediate or pending-reboot.

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

Specifies the engine-specific parameter type.

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

Specifies the valid data type for the parameter.

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

Provides a description of the parameter.

Link copied to clipboard
val isModifiable: Output<Boolean>? = null

A Boolean value indicating whether the parameter can be modified.

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

Specifies the name of the parameter.

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

Specifies the value of the parameter.

Functions

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