ConnectionMonitorEndpointFilter Class

Describes the connection monitor endpoint filter.

Inheritance
ConnectionMonitorEndpointFilter

Constructor

ConnectionMonitorEndpointFilter(*, type: typing.Union[str, _ForwardRef('ConnectionMonitorEndpointFilterType'), NoneType] = None, items: typing.Union[typing.List[_ForwardRef('ConnectionMonitorEndpointFilterItem')], NoneType] = None, **kwargs)

Parameters

type
str or ConnectionMonitorEndpointFilterType

The behavior of the endpoint filter. Currently only 'Include' is supported. Possible values include: "Include".

items
list[ConnectionMonitorEndpointFilterItem]

List of items in the filter.