parameters

@JvmName(name = "fuuarcctjdiinnth")
suspend fun parameters(value: Output<List<ClusterParameterGroupParameterArgs>>)
@JvmName(name = "csaehsnaaufxdixm")
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 = "pfivlaoeaamraeeq")
suspend fun parameters(vararg values: Output<ClusterParameterGroupParameterArgs>)


@JvmName(name = "jdeevgffbdnwqtlh")
suspend fun parameters(values: List<Output<ClusterParameterGroupParameterArgs>>)
@JvmName(name = "ffpnyqarumfhswov")
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 = "jyjsufakqsgvgqkm")
suspend fun parameters(argument: List<suspend ClusterParameterGroupParameterArgsBuilder.() -> Unit>)
@JvmName(name = "slilvhqxvncqpmyv")
suspend fun parameters(vararg argument: suspend ClusterParameterGroupParameterArgsBuilder.() -> Unit)
@JvmName(name = "caktgyvadgtrvlvb")
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.