選取您的 Cookie 偏好設定

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

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

AWS::QuickSight::Analysis

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

Creates an analysis in Amazon QuickSight.

Syntax

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

JSON

{ "Type" : "AWS::QuickSight::Analysis", "Properties" : { "AnalysisId" : String, "AwsAccountId" : String, "Definition" : AnalysisDefinition, "Errors" : [ AnalysisError, ... ], "FolderArns" : [ String, ... ], "Name" : String, "Parameters" : Parameters, "Permissions" : [ ResourcePermission, ... ], "Sheets" : [ Sheet, ... ], "SourceEntity" : AnalysisSourceEntity, "Status" : String, "Tags" : [ Tag, ... ], "ThemeArn" : String, "ValidationStrategy" : ValidationStrategy } }

Properties

AnalysisId

The ID for the analysis that you're creating. This ID displays in the URL of the analysis.

Required: Yes

Type: String

Pattern: ^[\w\-]+$

Minimum: 1

Maximum: 512

Update requires: Replacement

AwsAccountId

The ID of the AWS account where you are creating an analysis.

Required: Yes

Type: String

Pattern: ^[0-9]{12}$

Minimum: 12

Maximum: 12

Update requires: Replacement

Definition

Property description not available.

Required: No

Type: AnalysisDefinition

Update requires: No interruption

Errors

Errors associated with the analysis.

Required: No

Type: Array of AnalysisError

Minimum: 1

Update requires: No interruption

FolderArns

Property description not available.

Required: No

Type: Array of String

Minimum: 0

Maximum: 10

Update requires: No interruption

Name

A descriptive name for the analysis that you're creating. This name displays for the analysis in the Amazon QuickSight console.

Required: Yes

Type: String

Minimum: 1

Maximum: 2048

Update requires: No interruption

Parameters

The parameter names and override values that you want to use. An analysis can have any parameter type, and some parameters might accept multiple values.

Required: No

Type: Parameters

Update requires: No interruption

Permissions

A structure that describes the principals and the resource-level permissions on an analysis. You can use the Permissions structure to grant permissions by providing a list of AWS Identity and Access Management (IAM) action information for each principal listed by Amazon Resource Name (ARN).

To specify no permissions, omit Permissions.

Required: No

Type: Array of ResourcePermission

Minimum: 1

Maximum: 64

Update requires: No interruption

Sheets

A list of the associated sheets with the unique identifier and name of each sheet.

Required: No

Type: Array of Sheet

Minimum: 0

Maximum: 20

Update requires: No interruption

SourceEntity

A source entity to use for the analysis that you're creating. This metadata structure contains details that describe a source template and one or more datasets.

Either a SourceEntity or a Definition must be provided in order for the request to be valid.

Required: No

Type: AnalysisSourceEntity

Update requires: No interruption

Status

Status associated with the analysis.

Required: No

Type: String

Allowed values: CREATION_IN_PROGRESS | CREATION_SUCCESSFUL | CREATION_FAILED | UPDATE_IN_PROGRESS | UPDATE_SUCCESSFUL | UPDATE_FAILED | DELETED

Update requires: No interruption

Tags

Contains a map of the key-value pairs for the resource tag or tags assigned to the analysis.

Required: No

Type: Array of Tag

Minimum: 1

Maximum: 200

Update requires: No interruption

ThemeArn

The ARN for the theme to apply to the analysis that you're creating. To see the theme in the Amazon QuickSight console, make sure that you have access to it.

Required: No

Type: String

Update requires: No interruption

ValidationStrategy

The option to relax the validation that is required to create and update analyses, dashboards, and templates with definition objects. When you set this value to LENIENT, validation is skipped for specific errors.

Required: No

Type: ValidationStrategy

Update requires: No interruption

Return values

Fn::GetAtt

Arn

The Amazon Resource Name (ARN) of the analysis.

CreatedTime

The time that the analysis was created.

DataSetArns

The ARNs of the datasets of the analysis.

LastUpdatedTime

The time that the analysis was last updated.

在本頁面

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