ApplicationGetEndpoint Class

Gets the application SSH endpoint.

Inheritance
ApplicationGetEndpoint

Constructor

ApplicationGetEndpoint(*, location: Optional[str] = None, destination_port: Optional[int] = None, public_port: Optional[int] = None, private_ip_address: Optional[str] = None, **kwargs)

Parameters

location
str
Required

The location of the endpoint.

destination_port
int
Required

The destination port to connect to.

public_port
int
Required

The public port to connect to.

private_ip_address
str
Required

The private ip address of the endpoint.