KinesisStreamSourceDescription
public struct KinesisStreamSourceDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
Kinesis Data Firehose starts retrieving records from the Kinesis data stream starting with this timestamp.
Declaration
Swift
public let deliveryStartTimestamp: TimeStamp?
-
The Amazon Resource Name (ARN) of the source Kinesis data stream. For more information, see Amazon Kinesis Data Streams ARN Format.
Declaration
Swift
public let kinesisStreamARN: String?
-
The ARN of the role used by the source Kinesis data stream. For more information, see AWS Identity and Access Management (IAM) ARN Format.
Declaration
Swift
public let roleARN: String?
-
Undocumented
Declaration
Swift
public init(deliveryStartTimestamp: TimeStamp? = nil, kinesisStreamARN: String? = nil, roleARN: String? = nil)