pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.pipes.kotlin.inputs
/
PipeBatchEnvironmentVariableArgs
Pipe
Batch
Environment
Variable
Args
data
class
PipeBatchEnvironmentVariableArgs
(
val
name
:
Output
<
String
>
?
=
null
,
val
value
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
PipeBatchEnvironmentVariableArgs
>
Constructors
Functions
Properties
Constructors
Pipe
Batch
Environment
Variable
Args
Link copied to clipboard
fun
PipeBatchEnvironmentVariableArgs
(
name
:
Output
<
String
>
?
=
null
,
value
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PipeBatchEnvironmentVariableArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
?
=
null
value
Link copied to clipboard
val
value
:
Output
<
String
>
?
=
null