ConnectionMonitorEndpointScopeArgs

data class ConnectionMonitorEndpointScopeArgs(val exclude: Output<List<ConnectionMonitorEndpointScopeItemArgs>>? = null, val include: Output<List<ConnectionMonitorEndpointScopeItemArgs>>? = null) : ConvertibleToJava<ConnectionMonitorEndpointScopeArgs>

Describes the connection monitor endpoint scope.

Constructors

Link copied to clipboard
constructor(exclude: Output<List<ConnectionMonitorEndpointScopeItemArgs>>? = null, include: Output<List<ConnectionMonitorEndpointScopeItemArgs>>? = null)

Properties

Link copied to clipboard

List of items which needs to be excluded from the endpoint scope.

Link copied to clipboard

List of items which needs to be included to the endpoint scope.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionMonitorEndpointScopeArgs