AWS IoT TopicRule FirehoseAction
Firehose is a property of the AWS IoT TopicRule Action property that describes an
action that writes data to a Kinesis Data Firehose stream.
Syntax
JSON
{ "DeliveryStreamName":String, "RoleArn":String, "Separator":String}
YAML
DeliveryStreamName:StringRoleArn:StringSeparator:String
Properties
DeliveryStreamName-
The delivery stream name.
Required: Yes
Type: String
RoleArn-
The Amazon Resource Name (ARN) of the IAM role that grants access to the Kinesis Data Firehose stream.
Required: Yes
Type: String
Separator-
A character separator that's used to separate records written to the Kinesis Data Firehose stream. For valid values, see Firehose Action in the AWS IoT Developer Guide.
Required: No
Type: String
