toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.pubsub.v1beta1a.kotlin
/
TopicArgs
Topic
Args
data
class
TopicArgs
(
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
TopicArgs
>
Creates the given topic with the given name.
Members
Constructors
Topic
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
Name of the topic.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TopicArgs