Module Values.InputChannelSource

Provides information about the data source that is used to create an ML input channel.

Sourcetype nonrec t = {
  1. dataSource : InputChannelDataSource.t;
    (*

    The data source that is used to create the ML input channel.

    *)
  2. 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.

    *)
}
Sourceval context_ : string
Sourceval make : dataSource:InputChannelDataSource.t -> roleArn:IamRoleArn.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t