pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.iot.kotlin.outputs
/
TopicRuleKinesisAction
Topic
Rule
Kinesis
Action
data
class
TopicRuleKinesisAction
(
val
partitionKey
:
String
?
=
null
,
val
roleArn
:
String
,
val
streamName
:
String
)
Types
Constructors
Properties
Constructors
Topic
Rule
Kinesis
Action
Link copied to clipboard
fun
TopicRuleKinesisAction
(
partitionKey
:
String
?
=
null
,
roleArn
:
String
,
streamName
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
partition
Key
Link copied to clipboard
val
partitionKey
:
String
?
=
null
role
Arn
Link copied to clipboard
val
roleArn
:
String
stream
Name
Link copied to clipboard
val
streamName
:
String