ConnectableApplicationEndpointProps
- class aws_rfdk.ConnectableApplicationEndpointProps(*, address, port, protocol=None, connections)
Bases:
ApplicationEndpointPropsProperties for constructing an {@link ConnectableApplicationEndpoint}.
- Parameters:
address (
str) – The address (either an IP or hostname) of the endpoint.port (
Union[int,float]) – The port number of the endpoint.protocol (
Optional[ApplicationProtocol]) – The application layer protocol of the endpoint. Default: HTTPSconnections (
Connections) – The connection object of the application this endpoint is for.
Attributes
- address
The address (either an IP or hostname) of the endpoint.
- connections
The connection object of the application this endpoint is for.
- port
The port number of the endpoint.
- protocol
The application layer protocol of the endpoint.
- Default:
HTTPS