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
/
TopicNegativeFormatArgs
Topic
Negative
Format
Args
data
class
TopicNegativeFormatArgs
(
val
prefix
:
Output
<
String
>
?
=
null
,
val
suffix
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TopicNegativeFormatArgs
>
Members
Constructors
Topic
Negative
Format
Args
Link copied to clipboard
constructor
(
prefix
:
Output
<
String
>
?
=
null
,
suffix
:
Output
<
String
>
?
=
null
)
Properties
prefix
Link copied to clipboard
val
prefix
:
Output
<
String
>
?
=
null
The prefix for a negative format.
suffix
Link copied to clipboard
val
suffix
:
Output
<
String
>
?
=
null
The suffix for a negative format.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TopicNegativeFormatArgs