toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.datapipeline.kotlin.outputs
/
PipelineParameterValue
Pipeline
Parameter
Value
data
class
PipelineParameterValue
(
val
id
:
String
,
val
stringValue
:
String
)
Members
Constructors
Pipeline
Parameter
Value
Link copied to clipboard
constructor
(
id
:
String
,
stringValue
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
id
Link copied to clipboard
val
id
:
String
The ID of the parameter value.
string
Value
Link copied to clipboard
val
stringValue
:
String
The field value, expressed as a String.