toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.datamigration.v1.kotlin.inputs
/
DumpFlagArgs
Dump
Flag
Args
data
class
DumpFlagArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
DumpFlagArgs
>
Dump flag definition.
Members
Constructors
Dump
Flag
Args
Link copied to clipboard
constructor
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the flag
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null
The value of the flag.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DumpFlagArgs