pulumi-aws-kotlin
6.12.2.0
pulumi-aws-kotlin
/
com.pulumi.aws.iot.kotlin.inputs
/
TopicRuleErrorActionKafkaHeaderArgs
Topic
Rule
Error
Action
Kafka
Header
Args
data
class
TopicRuleErrorActionKafkaHeaderArgs
(
val
key
:
Output
<
String
>
,
val
value
:
Output
<
String
>
)
:
ConvertibleToJava
<
TopicRuleErrorActionKafkaHeaderArgs
>
Constructors
Functions
Properties
Constructors
Topic
Rule
Error
Action
Kafka
Header
Args
Link copied to clipboard
fun
TopicRuleErrorActionKafkaHeaderArgs
(
key
:
Output
<
String
>
,
value
:
Output
<
String
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
TopicRuleErrorActionKafkaHeaderArgs
Properties
key
Link copied to clipboard
val
key
:
Output
<
String
>
The name of the HTTP header.
value
Link copied to clipboard
val
value
:
Output
<
String
>
The value of the HTTP header.