ReferenceDataSourceDescription
public struct ReferenceDataSourceDescription : AWSShape
Undocumented
-
Declaration
Swift
public static var _members: [AWSShapeMember]
-
The ID of the reference data source. This is the ID that Kinesis Data Analytics assigns when you add the reference data source to your application using the CreateApplication or UpdateApplication operation.
Declaration
Swift
public let referenceId: String
-
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?
-
Provides the Amazon S3 bucket name, the object key name that contains the reference data.
Declaration
Swift
public let s3ReferenceDataSourceDescription: S3ReferenceDataSourceDescription
-
The in-application table name created by the specific reference data source configuration.
Declaration
Swift
public let tableName: String
-
Undocumented
Declaration
Swift
public init(referenceId: String, referenceSchema: SourceSchema? = nil, s3ReferenceDataSourceDescription: S3ReferenceDataSourceDescription, tableName: String)