Topic Args
data class TopicArgs(val awsAccountId: Output<String>? = null, val configOptions: Output<TopicConfigOptionsArgs>? = null, val dataSets: Output<List<TopicDatasetMetadataArgs>>? = null, val description: Output<String>? = null, val folderArns: Output<List<String>>? = null, val name: Output<String>? = null, val topicId: Output<String>? = null, val userExperienceVersion: Output<TopicUserExperienceVersion>? = null) : ConvertibleToJava<TopicArgs>
Definition of the AWS::QuickSight::Topic Resource Type.
Constructors
Link copied to clipboard
constructor(awsAccountId: Output<String>? = null, configOptions: Output<TopicConfigOptionsArgs>? = null, dataSets: Output<List<TopicDatasetMetadataArgs>>? = null, description: Output<String>? = null, folderArns: Output<List<String>>? = null, name: Output<String>? = null, topicId: Output<String>? = null, userExperienceVersion: Output<TopicUserExperienceVersion>? = null)
Properties
Link copied to clipboard
The ID of the AWS account that you want to create a topic in.
Link copied to clipboard
Configuration options for a Topic
.
Link copied to clipboard
The data sets that the topic is associated with.
Link copied to clipboard
The description of the topic.
Link copied to clipboard
Link copied to clipboard
The user experience version of the topic.