Module Values.ConnectionPropertiesInputSource

The properties of a connection.

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

    The Amazon Athena properties of a connection.

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

    The Amazon Web Services Glue properties of a connection.

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

    The hyper pod properties of a connection.

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

    The IAM properties of a connection.

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

    The Amazon Redshift properties of a connection.

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

    The Spark EMR properties of a connection.

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

    The Spark Amazon Web Services Glue properties of a connection.

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

    The Amazon S3 properties of a connection.

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

    The Amazon Q properties of the connection.

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

    The MLflow properties of a connection.

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

    The Amazon MWAA properties of a connection.

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

    The MWAA serverless properties of a connection.

    *)
  13. lakehouseProperties : LakehousePropertiesInput.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 | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of AthenaPropertiesInputWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `List of [> `Enum of string ] list | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of GlueConnectionInputNameString.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.t ] list | `Map of ([> `String of CredentialMapKeyString.t ] * [> `String of CredentialMapValueString.t ]) list | `String of SubnetId.t | `Structure of (string * [> `Enum of string | `Map of ([> `String of TokenUrlParametersMapKeyString.t ] * [> `String of TokenUrlParametersMapValueString.t ]) list | `String of OAuth2PropertiesTokenUrlString.t | `Structure of (string * [> `String of OAuth2ClientApplicationUserManagedClientApplicationClientIdString.t ]) 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