Endpoint

class aws_cdk.aws_neptune_alpha.Endpoint(address, port)

Bases: object

(experimental) Connection endpoint of a neptune cluster or instance.

Consists of a combination of hostname and port.

Stability:

experimental

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
import aws_cdk.aws_neptune_alpha as neptune_alpha

endpoint = neptune_alpha.Endpoint("address", 123)
Parameters:
  • address (str) –

  • port (Union[int, float]) –

Stability:

experimental

Attributes

hostname

(experimental) The hostname of the endpoint.

Stability:

experimental

port

(experimental) The port of the endpoint.

Stability:

experimental

socket_address

PORT” for this endpoint.

Stability:

experimental

Type:

(experimental) The combination of “HOSTNAME