toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.emr.kotlin.outputs
/
StepKeyValue
Step
Key
Value
data
class
StepKeyValue
(
val
key
:
String
?
=
null
,
val
value
:
String
?
=
null
)
Members
Constructors
Step
Key
Value
Link copied to clipboard
constructor
(
key
:
String
?
=
null
,
value
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
?
=
null
The unique identifier of a key-value pair.
value
Link copied to clipboard
val
value
:
String
?
=
null
The value part of the identified key.