KinesisParameters

public struct KinesisParameters : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The JSON path to be extracted from the event and used as the partition key. For more information, see Amazon Kinesis Streams Key Concepts in the Amazon Kinesis Streams Developer Guide.

    Declaration

    Swift

    public let partitionKeyPath: String
  • Undocumented

    Declaration

    Swift

    public init(partitionKeyPath: String)
  • Declaration

    Swift

    public func validate(name: String) throws