parameters

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

Parameters

value

A list of DB parameters to apply. 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 = "dwhathgdnyxotarg")
suspend fun parameters(vararg values: Output<ParameterGroupParameterArgs>)


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

Parameters

values

A list of DB parameters to apply. 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 = "kpostsiypcowwnca")
suspend fun parameters(argument: List<suspend ParameterGroupParameterArgsBuilder.() -> Unit>)
@JvmName(name = "elehpgawlbmpotpp")
suspend fun parameters(vararg argument: suspend ParameterGroupParameterArgsBuilder.() -> Unit)
@JvmName(name = "ylliwhoxbjouxhog")
suspend fun parameters(argument: suspend ParameterGroupParameterArgsBuilder.() -> Unit)

Parameters

argument

A list of DB parameters to apply. 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.