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::Topic
Creates a new Q topic.
Syntax
To declare this entity in your Amazon CloudFormation template, use the following syntax:
JSON
{ "Type" : "AWS::QuickSight::Topic", "Properties" : { "AwsAccountId" :String, "ConfigOptions" :TopicConfigOptions, "CustomInstructions" :CustomInstructions, "DataSets" :[ DatasetMetadata, ... ], "Description" :String, "FolderArns" :[ String, ... ], "Name" :String, "Tags" :[ Tag, ... ], "TopicId" :String, "UserExperienceVersion" :String} }
YAML
Type: AWS::QuickSight::Topic Properties: AwsAccountId:StringConfigOptions:TopicConfigOptionsCustomInstructions:CustomInstructionsDataSets:- DatasetMetadataDescription:StringFolderArns:- StringName:StringTags:- TagTopicId:StringUserExperienceVersion:String
Properties
AwsAccountId- 
                    
The ID of the Amazon account that you want to create a topic in.
Required: No
Type: String
Pattern:
^[0-9]{12}$Minimum:
12Maximum:
12Update requires: Replacement
 ConfigOptions- 
                    
Configuration options for a
Topic.Required: No
Type: TopicConfigOptions
Update requires: No interruption
 CustomInstructionsProperty description not available.
Required: No
Type: CustomInstructions
Update requires: No interruption
DataSets- 
                    
The data sets that the topic is associated with.
Required: No
Type: Array of DatasetMetadata
Update requires: No interruption
 Description- 
                    
The description of the topic.
Required: No
Type: String
Minimum:
0Maximum:
256Update requires: No interruption
 FolderArnsProperty description not available.
Required: No
Type: Array of String
Minimum:
0Maximum:
20Update requires: Replacement
Name- 
                    
The name of the topic.
Required: No
Type: String
Minimum:
1Maximum:
128Update requires: No interruption
 Property description not available.
Required: No
Type: Array of Tag
Minimum:
1Maximum:
200Update requires: Replacement
TopicId- 
                    
The ID for the topic. This ID is unique per Amazon Web Services Region for each Amazon account.
Required: No
Type: String
Pattern:
^[A-Za-z0-9-_.\\+]*$Minimum:
0Maximum:
256Update requires: Replacement
 UserExperienceVersion- 
                    
The user experience version of the topic.
Required: No
Type: String
Allowed values:
LEGACY | NEW_READER_EXPERIENCEUpdate requires: No interruption
 
Return values
Ref
Fn::GetAtt
Arn- 
                            
The Amazon Resource Name (ARN) of the topic.