Module Values.ConnectionPropertiesPatchSource

The connection properties patch.

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

    The Amazon Athena properties of a connection properties patch.

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

    The Amazon Web Services Glue properties of a connection properties patch.

    *)
  3. iamProperties : IamPropertiesPatch.t option;
    (*

    The IAM properties of a connection properties patch.

    *)
  4. redshiftProperties : RedshiftPropertiesPatch.t option;
    (*

    The Amazon Redshift properties of a connection properties patch.

    *)
  5. sparkEmrProperties : SparkEmrPropertiesPatch.t option;
    (*

    The Spark EMR properties of a connection properties patch.

    *)
  6. s3Properties : S3PropertiesPatch.t option;
    (*

    The Amazon S3 properties of a connection properties patch.

    *)
  7. amazonQProperties : AmazonQPropertiesPatch.t option;
    (*

    The Amazon Q properties of the connection.

    *)
  8. mlflowProperties : MlflowPropertiesPatch.t option;
    (*

    The MLflow properties of a connection.

    *)
  9. lakehouseProperties : LakehousePropertiesPatch.t option;
    (*

    The lakehouse properties of a connection properties patch.

    *)
}
Sourceval make : ?athenaProperties:??? -> ?glueProperties:??? -> ?iamProperties:??? -> ?redshiftProperties:??? -> ?sparkEmrProperties:??? -> ?s3Properties:??? -> ?amazonQProperties:??? -> ?mlflowProperties:??? -> ?lakehouseProperties:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of Boolean.t | `Integer of Integer.t | `String of AthenaPropertiesPatchWorkgroupNameString.t | `Structure of (string * [> `Boolean of Boolean.t | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of String_.t | `Structure of (string * [> `String of AuthenticationConfigurationPatchSecretArnString.t | `Structure of (string * [> `String of BasicAuthenticationCredentialsUserNameString.t ]) 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