EndPoint
public struct EndPoint : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember] -
Contains information about the Amazon Kinesis data stream where you are sending real-time log data.
Declaration
Swift
public let kinesisStreamConfig: KinesisStreamConfig? -
The type of data stream where you are sending real-time log data. The only valid value is Kinesis.
Declaration
Swift
public let streamType: String -
Undocumented
Declaration
Swift
public init(kinesisStreamConfig: KinesisStreamConfig? = nil, streamType: String)
View on GitHub
EndPoint Structure Reference