Module Values.GlueConnectionInputSource

The Amazon Web Services Glue connecton input.

Sourcetype nonrec t = {
  1. connectionProperties : ConnectionProperties.t option;
    (*

    The connection properties of the Amazon Web Services Glue connection.

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

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

    *)
  3. name : GlueConnectionInputNameString.t option;
    (*

    The name of the Amazon Web Services Glue connection.

    *)
  4. description : String_.t option;
    (*

    The description of the Amazon Web Services Glue connection.

    *)
  5. connectionType : GlueConnectionType.t option;
    (*

    The connection type of the Amazon Web Services Glue connection.

    *)
  6. matchCriteria : GlueConnectionInputMatchCriteriaString.t option;
    (*

    The match criteria of the Amazon Web Services Glue connection.

    *)
  7. validateCredentials : Boolean.t option;
    (*

    Speciefies whether to validate credentials of the Amazon Web Services Glue connection.

    *)
  8. validateForComputeEnvironments : ComputeEnvironmentsList.t option;
    (*

    Speciefies whether to validate for compute environments of the Amazon Web Services Glue connection.

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

    The Spark properties of the Amazon Web Services Glue connection.

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

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

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

    The Python properties of the Amazon Web Services Glue connection.

    *)
  12. authenticationConfiguration : AuthenticationConfigurationInput.t option;
    (*

    The authentication configuration of the Amazon Web Services Glue connection.

    *)
}
Sourceval make : ?connectionProperties:??? -> ?physicalConnectionRequirements:??? -> ?name:??? -> ?description:??? -> ?connectionType:??? -> ?matchCriteria:??? -> ?validateCredentials:??? -> ?validateForComputeEnvironments:??? -> ?sparkProperties:??? -> ?athenaProperties:??? -> ?pythonProperties:??? -> ?authenticationConfiguration:??? -> unit -> t
Sourceval to_value : 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 ]
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