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::DataSet DataSetSemanticMetadata
Semantic metadata for a dataset, including a description and custom instructions.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "CustomInstructions" :[ CustomInstruction, ... ], "Description" :DataSetSemanticDescription}
Properties
CustomInstructions-
A list of custom instructions that guide how the dataset should be consumed.
Required: No
Type: Array of CustomInstruction
Minimum:
1Maximum:
2Update requires: No interruption
Description-
A description of the dataset.
Required: No
Type: DataSetSemanticDescription
Update requires: No interruption