Module Values.ConnectionPropertiesOutputSource

The properties of a connection.

Sourcetype nonrec t = {
  1. athenaProperties : AthenaPropertiesOutput.t option;
    (*

    The Amazon Athena properties of a connection.

    *)
  2. glueProperties : GluePropertiesOutput.t option;
    (*

    The Amazon Web Services Glue properties of a connection.

    *)
  3. hyperPodProperties : HyperPodPropertiesOutput.t option;
    (*

    The hyper pod properties of a connection.

    *)
  4. iamProperties : IamPropertiesOutput.t option;
    (*

    The IAM properties of a connection.

    *)
  5. redshiftProperties : RedshiftPropertiesOutput.t option;
    (*

    The Amazon Redshift properties of a connection.

    *)
  6. sparkEmrProperties : SparkEmrPropertiesOutput.t option;
    (*

    The Spark EMR properties of a connection.

    *)
  7. sparkGlueProperties : SparkGluePropertiesOutput.t option;
    (*

    The Spark Amazon Web Services Glue properties of a connection.

    *)
  8. s3Properties : S3PropertiesOutput.t option;
    (*

    The Amazon S3 properties of a connection.

    *)
  9. amazonQProperties : AmazonQPropertiesOutput.t option;
    (*

    The Amazon Q properties of the connection.

    *)
  10. mlflowProperties : MlflowPropertiesOutput.t option;
    (*

    The MLflow properties of a connection.

    *)
  11. workflowsMwaaProperties : WorkflowsMwaaPropertiesOutput.t option;
    (*

    The Amazon MWAA properties of a connection.

    *)
  12. workflowsServerlessProperties : WorkflowsServerlessPropertiesOutput.t option;
    (*

    The MWAA serverless properties of a connection.

    *)
  13. lakehouseProperties : LakehousePropertiesOutput.t option;
    (*

    The lakehouse properties of a connection.

    *)
}
Sourceval make : ?athenaProperties:??? -> ?glueProperties:??? -> ?hyperPodProperties:??? -> ?iamProperties:??? -> ?redshiftProperties:??? -> ?sparkEmrProperties:??? -> ?sparkGlueProperties:??? -> ?s3Properties:??? -> ?amazonQProperties:??? -> ?mlflowProperties:??? -> ?workflowsMwaaProperties:??? -> ?workflowsServerlessProperties:??? -> ?lakehouseProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of AthenaPropertiesOutputWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `String of RedshiftStoragePropertiesClusterNameString.t | `Structure of (string * [> `String of Password.t ]) list ]) list | `Timestamp of SyntheticTimestamp_date_time.t ]) 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