Realtime Log Config End Point Args
data class RealtimeLogConfigEndPointArgs(val kinesisStreamConfig: Output<RealtimeLogConfigKinesisStreamConfigArgs>, val streamType: Output<String>) : ConvertibleToJava<RealtimeLogConfigEndPointArgs>
Contains information about the Amazon Kinesis data stream where you are sending real-time log data for this real-time log configuration.
Constructors
Link copied to clipboard
constructor(kinesisStreamConfig: Output<RealtimeLogConfigKinesisStreamConfigArgs>, streamType: Output<String>)