profiles

@JvmName(name = "yrqxtmnatwdhfely")
suspend fun profiles(value: Output<List<AutoscaleProfileArgs>>)
@JvmName(name = "iirxxbufqafigiei")
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 = "rnanoyxhyhdvhnfd")
suspend fun profiles(vararg values: Output<AutoscaleProfileArgs>)


@JvmName(name = "jsiwiyhkjstbjuqc")
suspend fun profiles(values: List<Output<AutoscaleProfileArgs>>)
@JvmName(name = "mvwlpgascecrptsy")
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 = "rvghqkwthpphgiqg")
suspend fun profiles(argument: List<suspend AutoscaleProfileArgsBuilder.() -> Unit>)
@JvmName(name = "ofjbthcwdospoeqf")
suspend fun profiles(vararg argument: suspend AutoscaleProfileArgsBuilder.() -> Unit)
@JvmName(name = "smnkkalcovvlvhkp")
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.