Detector Model Firehose
data class DetectorModelFirehose(val deliveryStreamName: String, val payload: DetectorModelPayload? = null, val separator: String? = null)
Sends information about the detector model instance and the event that triggered the action to an Amazon Kinesis Data Firehose delivery stream.
Constructors
Link copied to clipboard
constructor(deliveryStreamName: String, payload: DetectorModelPayload? = null, separator: String? = null)