KinesisConfiguration

public struct KinesisConfiguration : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Enables QLDB to publish multiple data records in a single Kinesis Data Streams record. To learn more, see KPL Key Concepts in the Amazon Kinesis Data Streams Developer Guide.

    Declaration

    Swift

    public let aggregationEnabled: Bool?
  • The Amazon Resource Name (ARN) of the Kinesis data stream resource.

    Declaration

    Swift

    public let streamArn: String
  • Undocumented

    Declaration

    Swift

    public init(aggregationEnabled: Bool? = nil, streamArn: String)
  • Declaration

    Swift

    public func validate(name: String) throws