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
fun DatabaseRelationalDatabaseParameterArgs(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)