profiles

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


@JvmName(name = "ufuneqymintoagah")
suspend fun profiles(values: List<Output<AutoscaleProfileArgs>>)
@JvmName(name = "ojecidvtheogluir")
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 = "tclypsbxfbexigjt")
suspend fun profiles(argument: List<suspend AutoscaleProfileArgsBuilder.() -> Unit>)
@JvmName(name = "grefpebmqyiswcfc")
suspend fun profiles(vararg argument: suspend AutoscaleProfileArgsBuilder.() -> Unit)
@JvmName(name = "fpmavirqsdseasmy")
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.