Module Values.GlueConnectionSource

The Amazon Web Services Glue connection.

Sourcetype nonrec t = {
  1. name : String_.t option;
    (*

    The name of the Amazon Web Services Glue connection.

    *)
  2. description : GlueConnectionDescriptionString.t option;
    (*

    The description of the Amazon Web Services Glue connection.

    *)
  3. connectionType : ConnectionType.t option;
    (*

    The type of the Amazon Web Services Glue connection.

    *)
  4. matchCriteria : MatchCriteria.t option;
    (*

    The match criteria of the Amazon Web Services Glue connection.

    *)
  5. connectionProperties : ConnectionProperties.t option;
    (*

    The properties of the Amazon Web Services Glue connection.

    *)
  6. sparkProperties : PropertyMap.t option;
    (*

    The Spark properties of the Amazon Web Services Glue connection.

    *)
  7. athenaProperties : PropertyMap.t option;
    (*

    The Amazon Athena properties of the Amazon Web Services Glue connection.

    *)
  8. pythonProperties : PropertyMap.t option;
    (*

    The Python properties of the Amazon Web Services Glue connection.

    *)
  9. physicalConnectionRequirements : PhysicalConnectionRequirements.t option;
    (*

    The physical connection requirements of the Amazon Web Services Glue connection.

    *)
  10. creationTime : Timestamp.t option;
    (*

    The creation time of the Amazon Web Services Glue connection.

    *)
  11. lastUpdatedTime : Timestamp.t option;
    (*

    The timestamp at which the Amazon Web Services Glue connection was last updated.

    *)
  12. lastUpdatedBy : String_.t option;
    (*

    The user who last updated the Amazon Web Services Glue connection.

    *)
  13. status : ConnectionStatus.t option;
    (*

    The status of the Amazon Web Services Glue connection.

    *)
  14. statusReason : GlueConnectionStatusReasonString.t option;
    (*

    The status reason of the Amazon Web Services Glue connection.

    *)
  15. lastConnectionValidationTime : Timestamp.t option;
    (*

    The last validation time of the Amazon Web Services Glue connection.

    *)
  16. authenticationConfiguration : AuthenticationConfiguration.t option;
    (*

    The authentication configuration of the Amazon Web Services Glue connection.

    *)
  17. connectionSchemaVersion : GlueConnectionConnectionSchemaVersionInteger.t option;
    (*

    The connection schema version of the Amazon Web Services Glue connection.

    *)
  18. compatibleComputeEnvironments : ComputeEnvironmentsList.t option;
    (*

    The compatible compute environments of the Amazon Web Services Glue connection.

    *)
}
Sourceval make : ?name:??? -> ?description:??? -> ?connectionType:??? -> ?matchCriteria:??? -> ?connectionProperties:??? -> ?sparkProperties:??? -> ?athenaProperties:??? -> ?pythonProperties:??? -> ?physicalConnectionRequirements:??? -> ?creationTime:??? -> ?lastUpdatedTime:??? -> ?lastUpdatedBy:??? -> ?status:??? -> ?statusReason:??? -> ?lastConnectionValidationTime:??? -> ?authenticationConfiguration:??? -> ?connectionSchemaVersion:??? -> ?compatibleComputeEnvironments:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Integer of GlueConnectionConnectionSchemaVersionInteger.t | `List of [> `Enum of string | `String of String_.t ] list | `Map of ([> `String of String_.t ] * [> `String of ConnectionPropertiesValueString.t ]) list | `String of String_.t | `Structure of (string * [> `Enum of string | `List of [> `String of SubnetId.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 | `Timestamp of Timestamp.t ]) 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