layouts

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


@JvmName(name = "rfpgmvkcnhmkspmg")
suspend fun layouts(values: List<Output<DashboardLayoutArgs>>)
@JvmName(name = "ucfywqgmnekjxooe")
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 = "kgvncmcsxndnhmjs")
suspend fun layouts(argument: List<suspend DashboardLayoutArgsBuilder.() -> Unit>)
@JvmName(name = "styudwbnncfcxpjd")
suspend fun layouts(vararg argument: suspend DashboardLayoutArgsBuilder.() -> Unit)
@JvmName(name = "forhafnfoydjoxgv")
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 .