interface EndpointProps
| Language | Type name |
|---|---|
Python | aws_rfdk.EndpointProps |
TypeScript (source) | aws-rfdk » EndpointProps |
Properties for constructing an {@link Endpoint}.
Properties
| Name | Type | Description |
|---|---|---|
| address | string | The address (either an IP or hostname) of the endpoint. |
| port | number | The port number of the endpoint. |
| protocol? | Protocol | The transport protocol of the endpoint. |
address
Type:
string
The address (either an IP or hostname) of the endpoint.
port
Type:
number
The port number of the endpoint.
protocol?
Type:
Protocol
(optional, default: TCP)
The transport protocol of the endpoint.

Python
TypeScript (