This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.
AWS::QuickSight::DataSet InlineCustomInstruction
An inline custom instruction with text content and optional file upload metadata.
Syntax
To declare this entity in your CloudFormation template, use the following syntax:
JSON
{ "InstructionText" :String, "UploadedDocumentMetadata" :UploadedDocumentMetadata}
YAML
InstructionText:StringUploadedDocumentMetadata:UploadedDocumentMetadata
Properties
InstructionText-
The instruction text content.
Required: Yes
Type: String
Minimum:
0Maximum:
50000Update requires: No interruption
UploadedDocumentMetadata-
Metadata about an uploaded document associated with this instruction.
Required: No
Type: UploadedDocumentMetadata
Update requires: No interruption