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.inputs
/
TopicCellValueSynonymArgs
Topic
Cell
Value
Synonym
Args
data
class
TopicCellValueSynonymArgs
(
val
cellValue
:
Output
<
String
>
?
=
null
,
val
synonyms
:
Output
<
List
<
String
>
>
?
=
null
)
:
ConvertibleToJava
<
TopicCellValueSynonymArgs
>
Members
Constructors
Topic
Cell
Value
Synonym
Args
Link copied to clipboard
constructor
(
cellValue
:
Output
<
String
>
?
=
null
,
synonyms
:
Output
<
List
<
String
>
>
?
=
null
)
Properties
cell
Value
Link copied to clipboard
val
cellValue
:
Output
<
String
>
?
=
null
The cell value.
synonyms
Link copied to clipboard
val
synonyms
:
Output
<
List
<
String
>
>
?
=
null
Other names or aliases for the cell value.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TopicCellValueSynonymArgs