days

@JvmName(name = "mdcpafpjubdhqwoc")
suspend fun days(value: Output<List<String>>)
@JvmName(name = "uvbdwhusxrwiglqe")
suspend fun days(value: List<String>)

Parameters

value

The days of the week to perform autoscale. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.


@JvmName(name = "vkvqmvnalypytqsr")
suspend fun days(vararg values: Output<String>)


@JvmName(name = "mhafjnajpvmdxqxo")
suspend fun days(values: List<Output<String>>)
@JvmName(name = "gopgyoeddeavoowy")
suspend fun days(vararg values: String)

Parameters

values

The days of the week to perform autoscale. Possible values are Monday, Tuesday, Wednesday, Thursday, Friday, Saturday and Sunday.