data class TileArgs(val height: Output<Int>? = null, val widget: Output<WidgetArgs>? = null, val width: Output<Int>? = null, val xPos: Output<Int>? = null, val yPos: Output<Int>? = null) : ConvertibleToJava<TileArgs>
A single tile in the mosaic. The placement and size of the tile are configurable.
The zero-indexed position of the tile in grid blocks relative to the left edge of the grid. Tiles must be contained within the specified number of columns. x_pos cannot be negative.