parameters

@JvmName(name = "tnkvrkakyuqylard")
suspend fun parameters(value: Output<List<ClusterParameterGroupParameterArgs>>)
@JvmName(name = "euwbqajmrdasomyl")
suspend fun parameters(value: List<ClusterParameterGroupParameterArgs>?)

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-cluster-parameters after initial creation of the group.


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


@JvmName(name = "hddnnhlphjwsruyn")
suspend fun parameters(values: List<Output<ClusterParameterGroupParameterArgs>>)
@JvmName(name = "nngbbhtxhqcwswnd")
suspend fun parameters(vararg values: ClusterParameterGroupParameterArgs)

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-cluster-parameters after initial creation of the group.


@JvmName(name = "obteppgayjnkhmqc")
suspend fun parameters(argument: List<suspend ClusterParameterGroupParameterArgsBuilder.() -> Unit>)
@JvmName(name = "miueusoxaplnldxx")
suspend fun parameters(vararg argument: suspend ClusterParameterGroupParameterArgsBuilder.() -> Unit)
@JvmName(name = "gtvmsmnnedpymtqx")
suspend fun parameters(argument: suspend ClusterParameterGroupParameterArgsBuilder.() -> 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-cluster-parameters after initial creation of the group.