TopicArgs

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, 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, dataSets: Output<List<TopicDatasetMetadataArgs>>? = null, description: Output<String>? = null, name: Output<String>? = null, topicId: Output<String>? = null, userExperienceVersion: Output<TopicUserExperienceVersion>? = null)

Properties

Link copied to clipboard
val awsAccountId: Output<String>? = null

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

Link copied to clipboard
val dataSets: Output<List<TopicDatasetMetadataArgs>>? = null

The data sets that the topic is associated with.

Link copied to clipboard
val description: Output<String>? = null

The description of the topic.

Link copied to clipboard
val name: Output<String>? = null

The name of the topic.

Link copied to clipboard
val topicId: Output<String>? = null

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

Link copied to clipboard

The user experience version of the topic.

Functions

Link copied to clipboard
open override fun toJava(): TopicArgs