Module Values.DataSourceConfigurationOutputSource

The configuration of the data source.

Sourcetype nonrec t = {
  1. glueRunConfiguration : GlueRunConfigurationOutput.t option;
    (*

    The configuration of the Amazon Web Services Glue data source.

    *)
  2. redshiftRunConfiguration : RedshiftRunConfigurationOutput.t option;
    (*

    The configuration of the Amazon Redshift data source.

    *)
  3. sageMakerRunConfiguration : SageMakerRunConfigurationOutput.t option;
    (*

    The Amazon SageMaker run configuration.

    *)
}
Sourceval make : ?glueRunConfiguration:??? -> ?redshiftRunConfiguration:??? -> ?sageMakerRunConfiguration:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `List of [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `String of FilterExpressionExpressionString.t ]) list ] list | `String of RelationalFilterConfigurationDatabaseNameString.t ]) list ] list | `Map of ([> `String of SageMakerAssetType.t ] * [> `List of [> `String of SageMakerResourceArn.t ] list ]) list | `String of GlueRunConfigurationOutputAccountIdString.t | `Structure of (string * [> `String of RedshiftCredentialConfigurationSecretManagerArnString.t | `Structure of (string * [> `String of RedshiftClusterStorageClusterNameString.t ]) 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