Module Values.PhysicalEndpointSource

The physical endpoints of a connection.

Sourcetype nonrec t = {
  1. awsLocation : AwsLocation.t option;
    (*

    The location of a connection.

    *)
  2. glueConnectionName : String_.t option;
    (*

    The Amazon Web Services Glue connection name.

    *)
  3. glueConnectionNames : GlueConnectionNames.t option;
    (*

    The Amazon Web Services Glue connection names in the physical endpoint.

    *)
  4. glueConnection : GlueConnection.t option;
    (*

    The Amazon Web Services Glue connection.

    *)
  5. enableTrustedIdentityPropagation : Boolean.t option;
    (*

    Specified whether trusted identity propagation for the connection is enabled.

    *)
  6. host : String_.t option;
    (*

    The host in the physical endpoints of a connection.

    *)
  7. port : Integer.t option;
    (*

    The port in the physical endpoints of a connection.

    *)
  8. protocol : Protocol.t option;
    (*

    The protocol in the physical endpoints of a connection.

    *)
  9. stage : String_.t option;
    (*

    The stage in the physical endpoints of a connection.

    *)
}
Sourceval make : ?awsLocation:??? -> ?glueConnectionName:??? -> ?glueConnectionNames:??? -> ?glueConnection:??? -> ?enableTrustedIdentityPropagation:??? -> ?host:??? -> ?port:??? -> ?protocol:??? -> ?stage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Boolean of Boolean.t | `Enum of string | `Integer of Integer.t | `List of [> `String of GlueConnectionName.t ] list | `String of String_.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 AwsLocationAccessRoleString.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 ]) 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