Values.MSKSourceConfigurationSourceThe configuration for the Amazon MSK cluster to be used as the source for a delivery stream.
type nonrec t = {mSKClusterARN : MSKClusterARN.t;The ARN of the Amazon MSK cluster.
*)topicName : TopicName.t;The topic name within the Amazon MSK cluster.
*)authenticationConfiguration : AuthenticationConfiguration.t;The authentication configuration of the Amazon MSK cluster.
*)readFromTimestamp : ReadFromTimestamp.t option;The start date and time in UTC for the offset position within your MSK topic from where Firehose begins to read. By default, this is set to timestamp when Firehose becomes Active. If you want to create a Firehose stream with Earliest start position from SDK or CLI, you need to set the ReadFromTimestamp parameter to Epoch (1970-01-01T00:00:00Z).
*)}val make :
?readFromTimestamp:??? ->
mSKClusterARN:MSKClusterARN.t ->
topicName:TopicName.t ->
authenticationConfiguration:AuthenticationConfiguration.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of MSKClusterARN.t
| `Structure of
(string * [> `Enum of string | `String of RoleARN.t ]) list
| `Timestamp of ReadFromTimestamp.t ])
list ]