Database Relational Database Parameter Args
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
Specifies the valid range of values for the parameter.
Link copied to clipboard
Indicates when parameter updates are applied. Can be immediate or pending-reboot.
Link copied to clipboard
Provides a description of the parameter.
Link copied to clipboard
A Boolean value indicating whether the parameter can be modified.
Link copied to clipboard
Specifies the name of the parameter.
Link copied to clipboard
Specifies the value of the parameter.