This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.
AWS::QuickSight::Dashboard DataPathValue
The data path that needs to be sorted.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "DataPathType" :DataPathType, "FieldId" :String, "FieldValue" :String}
YAML
DataPathType:DataPathTypeFieldId:StringFieldValue:String
Properties
DataPathType-
The type configuration of the field.
Required: No
Type: DataPathType
Update requires: No interruption
FieldId-
The field ID of the field that needs to be sorted.
Required: No
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
FieldValue-
The actual value of the field that needs to be sorted.
Required: No
Type: String
Minimum:
0Maximum:
2048Update requires: No interruption