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 toport (
int
) – The port endpoint to connect toiam_enabled (
bool
) – True if IAM is enabled on the cluster. Defaults to False.
- Return type:
NeptuneClient
- Returns:
[description]