Connection Monitor Endpoint Scope Args
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)