ApplicationGetEndpoint Class

Gets the application SSH endpoint.

Constructor

ApplicationGetEndpoint(*, location: str | None = None, destination_port: int | None = None, public_port: int | None = None, private_ip_address: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
location
str

The location of the endpoint.

Default value: None
destination_port
int

The destination port to connect to.

Default value: None
public_port
int

The public port to connect to.

Default value: None
private_ip_address
str

The private ip address of the endpoint.

Default value: None

Variables

Name Description
location
str

The location of the endpoint.

destination_port
int

The destination port to connect to.

public_port
int

The public port to connect to.

private_ip_address
str

The private ip address of the endpoint.