profiles

@JvmName(name = "yimhxsgpprvokqvi")
suspend fun profiles(value: Output<List<AutoscaleProfileArgs>>)
@JvmName(name = "xbvqabkwxqcqxfwn")
suspend fun profiles(value: List<AutoscaleProfileArgs>?)

Parameters

value

the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.


@JvmName(name = "mgrjvupuhxjjftmg")
suspend fun profiles(vararg values: Output<AutoscaleProfileArgs>)


@JvmName(name = "fecwficgweuogfed")
suspend fun profiles(values: List<Output<AutoscaleProfileArgs>>)
@JvmName(name = "rexrjyjxvvaskhdh")
suspend fun profiles(vararg values: AutoscaleProfileArgs)

Parameters

values

the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.


@JvmName(name = "rymfrhbjhjggcbpk")
suspend fun profiles(argument: List<suspend AutoscaleProfileArgsBuilder.() -> Unit>)
@JvmName(name = "bhaxidjxeyasvrfr")
suspend fun profiles(vararg argument: suspend AutoscaleProfileArgsBuilder.() -> Unit)
@JvmName(name = "ymcsnlhlxbcnbwpb")
suspend fun profiles(argument: suspend AutoscaleProfileArgsBuilder.() -> Unit)

Parameters

argument

the collection of automatic scaling profiles that specify different scaling parameters for different time periods. A maximum of 20 profiles can be specified.