configs

@JvmName(name = "vemscbsmmyujsxdw")
suspend fun configs(value: Output<List<HoursOfOperationConfigArgs>>)
@JvmName(name = "bqakjmojgjmfgdho")
suspend fun configs(value: List<HoursOfOperationConfigArgs>?)

Parameters

value

One or more config blocks which define the configuration information for the hours of operation: day, start time, and end time . Config blocks are documented below.


@JvmName(name = "nowanqcieuljwytd")
suspend fun configs(vararg values: Output<HoursOfOperationConfigArgs>)


@JvmName(name = "ssqviumbqsgpgyam")
suspend fun configs(values: List<Output<HoursOfOperationConfigArgs>>)
@JvmName(name = "pdfqoafpsxytbqyw")
suspend fun configs(vararg values: HoursOfOperationConfigArgs)

Parameters

values

One or more config blocks which define the configuration information for the hours of operation: day, start time, and end time . Config blocks are documented below.


@JvmName(name = "jkxxxvppbacexsrp")
suspend fun configs(argument: List<suspend HoursOfOperationConfigArgsBuilder.() -> Unit>)
@JvmName(name = "qgdcdsqbowiseapq")
suspend fun configs(vararg argument: suspend HoursOfOperationConfigArgsBuilder.() -> Unit)
@JvmName(name = "pvpfrnvnyfvnfmjc")
suspend fun configs(argument: suspend HoursOfOperationConfigArgsBuilder.() -> Unit)

Parameters

argument

One or more config blocks which define the configuration information for the hours of operation: day, start time, and end time . Config blocks are documented below.