toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.quicksight.kotlin.outputs
/
TopicCellValueSynonym
Topic
Cell
Value
Synonym
data
class
TopicCellValueSynonym
(
val
cellValue
:
String
?
=
null
,
val
synonyms
:
List
<
String
>
?
=
null
)
Members
Constructors
Topic
Cell
Value
Synonym
Link copied to clipboard
constructor
(
cellValue
:
String
?
=
null
,
synonyms
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cell
Value
Link copied to clipboard
val
cellValue
:
String
?
=
null
The cell value.
synonyms
Link copied to clipboard
val
synonyms
:
List
<
String
>
?
=
null
Other names or aliases for the cell value.