ReferenceDataSource

public struct ReferenceDataSource : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • Describes the format of the data in the streaming source, and how each data element maps to corresponding columns created in the in-application stream.

    Declaration

    Swift

    public let referenceSchema: SourceSchema
  • Identifies the S3 bucket and object that contains the reference data. A Kinesis Data Analytics application loads reference data only once. If the data changes, you call the UpdateApplication operation to trigger reloading of data into your application.

    Declaration

    Swift

    public let s3ReferenceDataSource: S3ReferenceDataSource?
  • The name of the in-application table to create.

    Declaration

    Swift

    public let tableName: String
  • Undocumented

    Declaration

    Swift

    public init(referenceSchema: SourceSchema, s3ReferenceDataSource: S3ReferenceDataSource? = nil, tableName: String)
  • Declaration

    Swift

    public func validate(name: String) throws