parameters

@JvmName(name = "arcjomvyofxdoayt")
suspend fun parameters(value: Output<List<ParameterGroupParameterArgs>>)
@JvmName(name = "pncxxjpiwotlibba")
suspend fun parameters(value: List<ParameterGroupParameterArgs>?)

Parameters

value

The DB parameters to apply. See parameter Block below for more details. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via aws rds describe-db-parameters after initial creation of the group.


@JvmName(name = "xkqedhhqflcornwe")
suspend fun parameters(vararg values: Output<ParameterGroupParameterArgs>)


@JvmName(name = "fhdyjisymwypwfpc")
suspend fun parameters(values: List<Output<ParameterGroupParameterArgs>>)
@JvmName(name = "bpupjimwlejosvdx")
suspend fun parameters(vararg values: ParameterGroupParameterArgs)

Parameters

values

The DB parameters to apply. See parameter Block below for more details. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via aws rds describe-db-parameters after initial creation of the group.


@JvmName(name = "usafiflvqhnryagk")
suspend fun parameters(argument: List<suspend ParameterGroupParameterArgsBuilder.() -> Unit>)
@JvmName(name = "jwjldbocvnrseejg")
suspend fun parameters(vararg argument: suspend ParameterGroupParameterArgsBuilder.() -> Unit)
@JvmName(name = "lgksosmmpwynyshr")
suspend fun parameters(argument: suspend ParameterGroupParameterArgsBuilder.() -> Unit)

Parameters

argument

The DB parameters to apply. See parameter Block below for more details. Note that parameters may differ from a family to an other. Full list of all parameters can be discovered via aws rds describe-db-parameters after initial creation of the group.