pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.pipes.kotlin.inputs
/
PipeSageMakerPipelineParameterArgs
Pipe
Sage
Maker
Pipeline
Parameter
Args
data
class
PipeSageMakerPipelineParameterArgs
(
val
name
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
PipeSageMakerPipelineParameterArgs
>
Constructors
Functions
Properties
Constructors
Pipe
Sage
Maker
Pipeline
Parameter
Args
Link copied to clipboard
fun
PipeSageMakerPipelineParameterArgs
(
name
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
PipeSageMakerPipelineParameterArgs
Properties
name
Link copied to clipboard
val
name
:
Output
<
String
>
value
Link copied to clipboard
val
value
:
Output
<
String
>