EndPoint

class EndPoint

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

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

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

Functions

Link copied to clipboard
inline fun copy(block: EndPoint.Builder.() -> Unit = {}): EndPoint
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String