profiles

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


@JvmName(name = "cjhayigaujfhwhff")
suspend fun profiles(values: List<Output<AutoscaleProfileArgs>>)
@JvmName(name = "nekqitfylmdewgwk")
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 = "yqurubnnnexpdcxb")
suspend fun profiles(argument: List<suspend AutoscaleProfileArgsBuilder.() -> Unit>)
@JvmName(name = "bhwoxlfsbfmbtbtm")
suspend fun profiles(vararg argument: suspend AutoscaleProfileArgsBuilder.() -> Unit)
@JvmName(name = "fhqvodxphqttkpdg")
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.