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. Also identifies the IAM role Amazon Kinesis Analytics can assume to read this object on your behalf. An Amazon Kinesis 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?
-
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