選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

AWS::QuickSight::Dashboard SheetDefinition

焦點模式
AWS::QuickSight::Dashboard SheetDefinition - AWS CloudFormation
此頁面尚未翻譯為您的語言。 請求翻譯
篩選條件查看

A sheet is an object that contains a set of visuals that are viewed together on one page in a paginated report. Every analysis and dashboard must contain at least one sheet.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "ContentType" : String, "Description" : String, "FilterControls" : [ FilterControl, ... ], "Images" : [ SheetImage, ... ], "Layouts" : [ Layout, ... ], "Name" : String, "ParameterControls" : [ ParameterControl, ... ], "SheetControlLayouts" : [ SheetControlLayout, ... ], "SheetId" : String, "TextBoxes" : [ SheetTextBox, ... ], "Title" : String, "Visuals" : [ Visual, ... ] }

Properties

ContentType

The layout content type of the sheet. Choose one of the following options:

  • PAGINATED: Creates a sheet for a paginated report.

  • INTERACTIVE: Creates a sheet for an interactive dashboard.

Required: No

Type: String

Allowed values: PAGINATED | INTERACTIVE

Update requires: No interruption

Description

A description of the sheet.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

FilterControls

The list of filter controls that are on a sheet.

For more information, see Adding filter controls to analysis sheets in the Amazon QuickSight User Guide.

Required: No

Type: Array of FilterControl

Minimum: 0

Maximum: 200

Update requires: No interruption

Images

A list of images on a sheet.

Required: No

Type: Array of SheetImage

Minimum: 0

Maximum: 10

Update requires: No interruption

Layouts

Layouts define how the components of a sheet are arranged.

For more information, see Types of layout in the Amazon QuickSight User Guide.

Required: No

Type: Array of Layout

Minimum: 1

Maximum: 1

Update requires: No interruption

Name

The name of the sheet. This name is displayed on the sheet's tab in the Amazon QuickSight console.

Required: No

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

ParameterControls

The list of parameter controls that are on a sheet.

For more information, see Using a Control with a Parameter in Amazon QuickSight in the Amazon QuickSight User Guide.

Required: No

Type: Array of ParameterControl

Minimum: 0

Maximum: 200

Update requires: No interruption

SheetControlLayouts

The control layouts of the sheet.

Required: No

Type: Array of SheetControlLayout

Minimum: 0

Maximum: 1

Update requires: No interruption

SheetId

The unique identifier of a sheet.

Required: Yes

Type: String

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: No interruption

TextBoxes

The text boxes that are on a sheet.

Required: No

Type: Array of SheetTextBox

Minimum: 0

Maximum: 100

Update requires: No interruption

Title

The title of the sheet.

Required: No

Type: String

Minimum: 1

Maximum: 1024

Update requires: No interruption

Visuals

A list of the visuals that are on a sheet. Visual placement is determined by the layout of the sheet.

Required: No

Type: Array of Visual

Minimum: 0

Maximum: 50

Update requires: No interruption

在本頁面

隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。