Values.ReferenceDataSourceDescriptionSourceDescribes the reference data source configured for an application.
type nonrec t = {referenceId : Id.t option;ID of the reference data source. This is the ID that Amazon Kinesis Analytics assigns when you add the reference data source to your application using the AddApplicationReferenceDataSource operation.
*)tableName : InAppTableName.t option;The in-application table name created by the specific reference data source configuration.
*)s3ReferenceDataSourceDescription : S3ReferenceDataSourceDescription.t option;Provides the S3 bucket name, the object key name that contains the reference data. It also provides the Amazon Resource Name (ARN) of the IAM role that Amazon Kinesis Analytics can assume to read the Amazon S3 object and populate the in-application reference table.
*)referenceSchema : SourceSchema.t option;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.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of Id.t
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of RecordColumnName.t ]) list ]
list
| `String of BucketARN.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Structure of
(string * [> `String of RecordRowPath.t ]) list ])
list ])
list ])
list ])
list ]