toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
TopicRuleKafkaActionHeader
Topic
Rule
Kafka
Action
Header
data
class
TopicRuleKafkaActionHeader
(
val
key
:
String
,
val
value
:
String
)
Members
Constructors
Topic
Rule
Kafka
Action
Header
Link copied to clipboard
constructor
(
key
:
String
,
value
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
key
Link copied to clipboard
val
key
:
String
The key of the Kafka header.
value
Link copied to clipboard
val
value
:
String
The value of the Kafka header.