interface ApplicationEndpointProps
| Language | Type name |
|---|---|
Python | aws_rfdk.ApplicationEndpointProps |
TypeScript (source) | aws-rfdk » ApplicationEndpointProps |
Properties for constructing an {@link ApplicationEndpoint}.
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? | Application | The application layer 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:
Application
(optional, default: HTTPS)
The application layer protocol of the endpoint.

Python
TypeScript (