pulumi-google-native-kotlin
0.31.1.1
pulumi-google-native-kotlin
/
com.pulumi.googlenative.deploymentmanager.v2.kotlin.inputs
/
ImportFileArgs
Import
File
Args
data
class
ImportFileArgs
(
val
content
:
Output
<
String
>
?
=
null
,
val
name
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ImportFileArgs
>
Constructors
Functions
Properties
Constructors
Import
File
Args
Link copied to clipboard
fun
ImportFileArgs
(
content
:
Output
<
String
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ImportFileArgs
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.