awswrangler.neptune.connect

awswrangler.neptune.connect(host: str, port: int, iam_enabled: bool = False, **kwargs: Any) NeptuneClient

Create a connection to a Neptune cluster.

Parameters:
  • host (str) – The host endpoint to connect to

  • port (int) – The port endpoint to connect to

  • iam_enabled (bool) – True if IAM is enabled on the cluster. Defaults to False.

Return type:

NeptuneClient

Returns:

[description]