AWS::QuickSight::TopicCreates a new Q topic.
import { CfnTopic } from 'aws-cdk-lib/aws-quicksight';Or use the module namespace:
import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnTopicConfiguration passed to the constructor as CfnTopicProps.
awsAccountIdOptionalstringThe ID of the AWS account that you want to create a topic in.
configOptionsOptionalIResolvable | TopicConfigOptionsPropertyConfiguration options for a `Topic` .
customInstructionsOptionalIResolvable | CustomInstructionsPropertydataSetsOptionalIResolvable | IResolvable | DatasetMetadataProperty[]The data sets that the topic is associated with.
descriptionOptionalstringThe description of the topic.
folderArnsOptionalstring[]nameOptionalstringThe name of the topic.
tagsOptionalCfnTag[]topicIdOptionalstringThe ID for the topic. This ID is unique per AWS Region for each AWS account.
userExperienceVersionOptionalstringThe user experience version of the topic.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-quicksightAWS::QuickSight::Topic