toggle menu
pulumi-google-native-kotlin
0.31.1.2
jvm
switch theme
search in API
pulumi-google-native-kotlin
/
com.pulumi.googlenative.deploymentmanager.alpha.kotlin.inputs
/
ImportFileArgs
Import
File
Args
data
class
ImportFileArgs
(
val
content
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ImportFileArgs
>
Members
Constructors
Import
File
Args
Link copied to clipboard
constructor
(
content
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
)
Properties
content
Link copied to clipboard
val
content
:
Output
<
String
>
?
=
null
The contents of the file.
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
The name of the file.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ImportFileArgs