Values.InputChannelSourceProvides information about the data source that is used to create an ML input channel.
type nonrec t = {dataSource : InputChannelDataSource.t;The data source that is used to create the ML input channel.
*)roleArn : IamRoleArn.t;The Amazon Resource Name (ARN) of the role used to run the query specified in the dataSource field of the input channel. Passing a role across AWS accounts is not allowed. If you pass a role that isn't in your account, you get an AccessDeniedException error.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of IamRoleArn.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Enum of string
| `Structure of
(string
* [> `Map of
([> `String of ParameterName.t ]
* [> `String of ParameterValue.t ])
list
| `String of
ProtectedQuerySQLParametersQueryStringString.t
| `Structure of
(string
* [> `Enum of string
| `Integer of
WorkerComputeConfigurationNumberInteger.t
| `Structure of
(string
* [> `Map of
([> `String of SparkPropertyKey.t ]
* [> `String of
SparkPropertyValue.t ])
list ])
list ])
list ])
list ])
list ])
list ])
list ]