pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.pipes.kotlin.inputs
/
PipeEcsEnvironmentFileArgs
Pipe
Ecs
Environment
File
Args
data
class
PipeEcsEnvironmentFileArgs
(
val
type
:
Output
<
PipeEcsEnvironmentFileType
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
PipeEcsEnvironmentFileArgs
>
Constructors
Functions
Properties
Constructors
Pipe
Ecs
Environment
File
Args
Link copied to clipboard
fun
PipeEcsEnvironmentFileArgs
(
type
:
Output
<
PipeEcsEnvironmentFileType
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PipeEcsEnvironmentFileArgs
Properties
type
Link copied to clipboard
val
type
:
Output
<
PipeEcsEnvironmentFileType
>
value
Link copied to clipboard
val
value
:
Output
<
String
>