toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.appflow.kotlin.outputs
/
FlowTaskPropertiesObject
Flow
Task
Properties
Object
data
class
FlowTaskPropertiesObject
(
val
key
:
FlowOperatorPropertiesKeys
,
val
value
:
String
)
An object used to store task related info
Members
Constructors
Flow
Task
Properties
Object
Link copied to clipboard
constructor
(
key
:
FlowOperatorPropertiesKeys
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
FlowOperatorPropertiesKeys
The task property key.
value
Link copied to clipboard
val
value
:
String
The task property value.