AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::QuickSight::Topic

CfnTopic

Creates a new Q topic.

Import

import { CfnTopic } from 'aws-cdk-lib/aws-quicksight';

Or use the module namespace:

import * as quicksight from 'aws-cdk-lib/aws-quicksight';
// quicksight.CfnTopic

Properties

Configuration passed to the constructor as CfnTopicProps.

awsAccountIdOptional
string

The ID of the AWS account that you want to create a topic in.

configOptionsOptional
IResolvable | TopicConfigOptionsProperty

Configuration options for a `Topic` .

customInstructionsOptional
IResolvable | CustomInstructionsProperty
dataSetsOptional
IResolvable | IResolvable | DatasetMetadataProperty[]

The data sets that the topic is associated with.

descriptionOptional
string

The description of the topic.

folderArnsOptional
string[]
nameOptional
string

The name of the topic.

tagsOptional
CfnTag[]
topicIdOptional
string

The ID for the topic. This ID is unique per AWS Region for each AWS account.

userExperienceVersionOptional
string

The user experience version of the topic.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter