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