layouts

@JvmName(name = "dosumtxfyygwxrsb")
suspend fun layouts(value: Output<List<DashboardLayoutArgs>>)
@JvmName(name = "svyptdvugxmfclnv")
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 = "slxigljumdwtvgvn")
suspend fun layouts(vararg values: Output<DashboardLayoutArgs>)


@JvmName(name = "xhcsoioqsxkmqobg")
suspend fun layouts(values: List<Output<DashboardLayoutArgs>>)
@JvmName(name = "kruyrplmmtehhoeo")
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 = "stlerddjdakfxsfo")
suspend fun layouts(argument: List<suspend DashboardLayoutArgsBuilder.() -> Unit>)
@JvmName(name = "pjjfoodvijxilddv")
suspend fun layouts(vararg argument: suspend DashboardLayoutArgsBuilder.() -> Unit)
@JvmName(name = "tlacssweeawdprls")
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 .