layouts

@JvmName(name = "givexkqwdbnyhqgh")
suspend fun layouts(value: Output<List<DashboardLayoutArgs>>)
@JvmName(name = "gsgrcsesxtffqtik")
suspend fun layouts(value: List<DashboardLayoutArgs>?)

Parameters

value

Layouts define how the components of a sheet are arranged. For more information, see Types of layout in the Amazon QuickSight User Guide .


@JvmName(name = "mifwshrumjlitoys")
suspend fun layouts(vararg values: Output<DashboardLayoutArgs>)


@JvmName(name = "uhjgywacugtrnrgb")
suspend fun layouts(values: List<Output<DashboardLayoutArgs>>)
@JvmName(name = "ktjsrpsltalpkahe")
suspend fun layouts(vararg values: DashboardLayoutArgs)

Parameters

values

Layouts define how the components of a sheet are arranged. For more information, see Types of layout in the Amazon QuickSight User Guide .


@JvmName(name = "fyjgvwyoeygsrwvs")
suspend fun layouts(argument: List<suspend DashboardLayoutArgsBuilder.() -> Unit>)
@JvmName(name = "gixlwgpobaukeslo")
suspend fun layouts(vararg argument: suspend DashboardLayoutArgsBuilder.() -> Unit)
@JvmName(name = "qcvhsrgtrtvdksuf")
suspend fun layouts(argument: suspend DashboardLayoutArgsBuilder.() -> Unit)

Parameters

argument

Layouts define how the components of a sheet are arranged. For more information, see Types of layout in the Amazon QuickSight User Guide .