toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.datapipeline.kotlin.outputs
/
PipelineDefinitionParameterObjectAttribute
Pipeline
Definition
Parameter
Object
Attribute
data
class
PipelineDefinitionParameterObjectAttribute
(
val
key
:
String
,
val
stringValue
:
String
)
Members
Constructors
Pipeline
Definition
Parameter
Object
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
Field identifier.
string
Value
Link copied to clipboard
val
stringValue
:
String
Field value, expressed as a String.