ConnectionMonitorDestination Class

Describes the destination of connection monitor.

Inheritance
ConnectionMonitorDestination

Constructor

ConnectionMonitorDestination(*, resource_id: typing.Union[str, NoneType] = None, address: typing.Union[str, NoneType] = None, port: typing.Union[int, NoneType] = None, **kwargs)

Parameters

resource_id
str

The ID of the resource used as the destination by connection monitor.

address
str

Address of the connection monitor destination (IP or domain name).

port
int

The destination port used by connection monitor.