Topic Args
data class TopicArgs(val awsAccountId: Output<String>? = null, val dataSets: Output<List<TopicDatasetMetadataArgs>>? = null, val description: Output<String>? = null, val name: Output<String>? = null, val topicId: Output<String>? = null) : ConvertibleToJava<TopicArgs>
Definition of the AWS::QuickSight::Topic Resource Type.