interface ConnectableApplicationEndpointProps
| Language | Type name |
|---|---|
Python | aws_rfdk.ConnectableApplicationEndpointProps |
TypeScript (source) | aws-rfdk » ConnectableApplicationEndpointProps |
Properties for constructing an {@link ConnectableApplicationEndpoint}.
Properties
| Name | Type | Description |
|---|---|---|
| address | string | The address (either an IP or hostname) of the endpoint. |
| connections | Connections | The connection object of the application this endpoint is for. |
| port | number | The port number of the endpoint. |
| protocol? | Application | The application layer protocol of the endpoint. |
address
Type:
string
The address (either an IP or hostname) of the endpoint.
connections
Type:
Connections
The connection object of the application this endpoint is for.
port
Type:
number
The port number of the endpoint.
protocol?
Type:
Application
(optional, default: HTTPS)
The application layer protocol of the endpoint.

Python
TypeScript (