profiles

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


@JvmName(name = "bymgmoptkrllsykj")
suspend fun profiles(values: List<Output<AutoscaleProfileArgs>>)
@JvmName(name = "hsqiojhfsyacpdxm")
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 = "jnfwplwpjhlfpobo")
suspend fun profiles(argument: List<suspend AutoscaleProfileArgsBuilder.() -> Unit>)
@JvmName(name = "pitutseoeovnxymw")
suspend fun profiles(vararg argument: suspend AutoscaleProfileArgsBuilder.() -> Unit)
@JvmName(name = "kfaokpuwcpixegxi")
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.