RealtimeLogConfigEndPointArgs

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>)

Properties

Link copied to clipboard

Contains information about the Amazon Kinesis data stream where you are sending real-time log data in a real-time log configuration.

Link copied to clipboard
val streamType: Output<String>

The type of data stream where you are sending real-time log data. The only valid value is `Kinesis`.

Functions

Link copied to clipboard
open override fun toJava(): RealtimeLogConfigEndPointArgs